AD walk through

I am really new to LDAP and I am getting confused. I am trying to set up authentication to our AD.

here is the section from the conf file

I must be missing something, because its not working

I think you forgot to paste your configuration into the message.

For me, the first step should always be to download a good LDAP browser to figure out how to log in and test with. I recommend the Softerra LDAP Browser. It’'s free and available at http://www.ldapbrowser.com/.

Once you are able to authenticate and browse the LDAP tree structure, take a look at your user object. That will give you an idea about how LDAP is built. It’'s basically a tree structure with objects that can have any number of attributes defined for each object. The object* attributes are used to label an object as a person or group or whatever.

Here’'s an example configuration for AD:

10.1.1.24

389

sAMAccountName

cn

mail

dc=example,dc=com

cn=jabberldap,cn=Users,dc=example,dc=com

somethingsecret

Let us know what else you need.

I figured it out

Duh,

I forgot to take out the rem lines

hi,

i have the same problem. i solved finding the correct LDAP structure where the users in the ADS. In my Active Directory my users are in Organization Unit created by me and the Jive don´t correct search the LDAP structure. i find the correct local using a ADSI.mmc .

Ex.:

enable

host.domain

389

sAMAccountName

displayName

mail

CN=Users,DC=domain,DC=com

user_conect

password

Message was edited by:

erickthomaz