PDA

View Full Version : ADAM integration



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

MaxM
02-13-2008, 12:08 AM
searchbase: o=<company name>, c=us
bindingdn: $<service account name>@<server name>.com
userquery: samAccountName=<service account name>


Be sure you follow the howto. when it says $1 it means it as the string "$1" gets replaced by generally the username entered at login. I'm not sure what you mean by "<service account name>".

Be sure to follow the troubleshooting steps and paste output from it if you continue to have issues.

Max