Hi everyone, This is my first go at working with an LDAP server and CF so I am very much in the dark. First question is, I am trying to query the directory schema, do I need to enter the LDAP at all in the CF administrator in order to do this query? Do I need to restart the CF server if I need to enter it? If I do need to enter it, do I need to refer to the name I called it in the CF Admin in the 'Name' part of CFLDAP? If I do not have to enter it into the CF Admin, I am getting a 'cannot connect to LDAP' error message. Here is my code: <CFLDAP name="TestUsers" server="auth.idealab.com" action="QUERY" Attributes ="dn, subschemasubentry" scope="BASE" filter="ojbectclass=*" start="" username="dominique" password="bugs"> <cfoutput query="UserList"> DN: Root DSE<br> Subschemasubentry: #subschemasubentry#<br><br> </cfoutput> Thank you very much, This all seems strange to me but I am understanding it the more I read about it. Sal _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

