seiferb
02-12-2008, 10:22 PM
Hey everyone, I'm working on using an LDAP connection that utilizes ADAM, and I need some help with the syntax. How do I need to syntactically input the following attributes:
searchbase, bindingdn and userquery
If I can get some help with that it would be fantastic. So far I've tried using the following:
searchbase: o=<company name>, c=us
bindingdn: $<service account name>@<server name>.com
userquery: samAccountName=<service account name>
I've also tried the OpenLDAP and multiple combinations, but none of them appear to be working. I still get the bad login errors. I am running the local authentication as well as the ldap as I almost messed up by disabling the local and trying the ldap. I managed to get it back, but I don't want to risk losing the whole install. TIA for the help!
B
searchbase, bindingdn and userquery
If I can get some help with that it would be fantastic. So far I've tried using the following:
searchbase: o=<company name>, c=us
bindingdn: $<service account name>@<server name>.com
userquery: samAccountName=<service account name>
I've also tried the OpenLDAP and multiple combinations, but none of them appear to be working. I still get the bad login errors. I am running the local authentication as well as the ldap as I almost messed up by disabling the local and trying the ldap. I managed to get it back, but I don't want to risk losing the whole install. TIA for the help!
B