I am trying to correcting an ailing implementation of Tiger to authenticate user credentials against Active Directory.
Question 1: Should I have the slapd service running?
Question 2: Do I need both AD and LDAPv3 plugins?
Question 3: Are the mappings below correct for LDAPv3?
Default Attribute Types
RecordName = cn
Users
organizationalPerson
user
cn=Users, DC-star, DC=lcc, DC=edu, 'all subtrees'
RecordName
sAMAccountName
UniqueID
uSNCreated
RealName
displayName
Password
PrimaryGroupID
#20
Question 4: Do I need the authentication Distinguished Name: under LDAPv3, Configure, Edit entry, Security to be just the name of the user authentication into the directory or cn=, ou=, dc=, dc=, dc= form.
Question 5: Do I need the Open Directory -> Protocols -> LDAP Settings , Search Base and Database settings assigned or is that only if the machine is supplying it's own LDAP services. NOTE: this servers role is "connected to a Directory System".
Thanks for help.
Question 1: Should I have the slapd service running?
Question 2: Do I need both AD and LDAPv3 plugins?
Question 3: Are the mappings below correct for LDAPv3?
Default Attribute Types
RecordName = cn
Users
organizationalPerson
user
cn=Users, DC-star, DC=lcc, DC=edu, 'all subtrees'
RecordName
sAMAccountName
UniqueID
uSNCreated
RealName
displayName
Password
PrimaryGroupID
#20
Question 4: Do I need the authentication Distinguished Name: under LDAPv3, Configure, Edit entry, Security to be just the name of the user authentication into the directory or cn=, ou=, dc=, dc=, dc= form.
Question 5: Do I need the Open Directory -> Protocols -> LDAP Settings , Search Base and Database settings assigned or is that only if the machine is supplying it's own LDAP services. NOTE: this servers role is "connected to a Directory System".
Thanks for help.