cdtech9198
IS-IT--Management
Hello all I am trying to connect an application to Server 2003 Active Directory.
I have created a service account, password and security group that contains all the users for the application. I am having trouble filling out the requirements below and was wondering if anyone knew what each of these meant?
LDAP info
No idea what group object class is?
would this be a good group search base? OU=Security-Groups, OU=America-Groups, OU=America, DC=dev, DC=foo, DC=net
Would this be a good group serach filter? (&(member={0})(objectclass=group))
Thank you.
I have created a service account, password and security group that contains all the users for the application. I am having trouble filling out the requirements below and was wondering if anyone knew what each of these meant?
LDAP info
Code:
Security Group: #TestApplication_Group
LDAP://CN=#TestApplication_Group, OU=Security-Groups, OU=America-Groups, OU=America, DC=dev, DC=foo, DC=net
Code:
Directory Type -Microsoft Active Directory
Host - 192.168.1.20
Port - 389
Binding Name - administrator
Binding Password - mypassword
Use SSL - no ?
User Object Class ?
User Search Base ?
User Search Filter ?
Group Object Class ?
Group Search Base ?
Group Search Filter ?
would this be a good group search base? OU=Security-Groups, OU=America-Groups, OU=America, DC=dev, DC=foo, DC=net
Would this be a good group serach filter? (&(member={0})(objectclass=group))
Thank you.