Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CharleyDC5

    How to insert Rich Text Editor long varchar

    Hi there, I'm currently working with a Rich Text Editor (RTE). Does anyone knows the best way to insert the content of a RTE into a SQL database, including background generated HTML codes? I need a way to insert a big string to a SQL database field. Regards, Charles M. CRA IT Analyst
  2. CharleyDC5

    ASP LDAP group authentication

    Hi! Here is the code: <% lstrGroupe = Request.QueryString("lstrGroupe") lstrGroupDSN=request.querystring("group") if lstrGroupDSN="" then Set objDomain = GetObject ("LDAP://*******,*******") Set objDomain = Nothing Set lstrConnexion = Server.CreateObject("ADODB.Connection")...
  3. CharleyDC5

    ASP LDAP group authentication

    Hi zcolton, Is it possible to "ORDER BY" the results of the " For each group in membership" sequence? The code is running real smooth, but the members username are not in alphabetical order! I have also noticed some timeouts when querying some huge groups.. so I have set the ASP Running...
  4. CharleyDC5

    Troubleshooting a connection to LDAP ...

    zcolton: Option 1 is working! Thanks! The only issue is: By activating anonymous access to a folder, Request.ServerVariables("REMOTE_USER") is now unavailable because of the anonymous access option. Is there another way to get the username through ASP? Thank you very much guys
  5. CharleyDC5

    Troubleshooting a connection to LDAP ...

    Where do you grant it? We are using MMC Active Directory Users & Computers to manage users accounts. Do you need to grant permissions through MMC Active Directory Users & Computers, or through IIS6.0? Is their a batch command to grant some aditional access to a specific user? Thank you very much
  6. CharleyDC5

    Troubleshooting a connection to LDAP ...

    I'm still having the same trouble, even if I am trying with my personal network administrator account, which is a member of the domain. I've also created a standard user account to give it a test, not working.. same annoying error message. Do you need to set the password for the FTP service...
  7. CharleyDC5

    Troubleshooting a connection to LDAP ...

    Okay! So you enabled Anonymous Access in IIS6.0 and you entered DOMAIN\USER with the password. In the Authenticated access section, do you have some options checked? On my side, Integrated Windows Authentication is checked. Thanks for help
  8. CharleyDC5

    Troubleshooting a connection to LDAP ...

    zcolton: Do you mean to set a domain account in the "Anonymous Access" section? I got the exact same problem, and "Enabled anonymous access" is currently disabled on IIS6. Thanks for help! Charles

Part and Inventory Search

Back
Top