|
If you are absolutely positive the DN and the password are
correct, then did you change any ADAM settings such as
RequireSecureSimpleBind?
Also try using adfind to connect to ADAM using the -u -up
and -simple switches. Possibly some odd connection settings are set in your
LDP.
something like the following will test the connection and
dump the config NC Head object.
adfind -h adamhost:port -config -dn -s base -u userdn -up
userpassword -simple
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Tuesday, April 04, 2006 10:27 AM To: [email protected] Subject: RE: [ActiveDir] ADAM Bind with ADAM user account If you used the correct bind string (DN/upn), the
second most likely issue of an Invalid Credentials error on bind is a bad
password.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Bakunas Sent: Tuesday, April 04, 2006 6:46 AM To: [email protected] Subject: RE: [ActiveDir] ADAM Bind with ADAM user account I don’t have a UPN
configured, but I tried using the DN of the user object with the same
results. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of joe Did you configure a
userPrincipalName of NetPointBind for the userid? If not, you need to use the DN
of the user object. -- O'Reilly Active
Directory Third Edition - http://www.joeware.net/win/ad3e.htm From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Mark
Bakunas I've brought up an ADAM instance on
a member server. I imported the MS-User.LDF and created a user in the
configuration partition. When I attempt to bind to the application
partition using LDP from the ADAM server, I get: res = ldap_simple_bind_s(ld,
'NetPointBind', <unavailable>); // v.3 Error <49>:
ldap_simple_bind_s() failed: Invalid Credentials Server error:
<empty> I’m using the correct password and
have tried multiple userids (CN, DN, etc.) Any one have any ideas as to
what I'm doing wrong? |
- RE: [ActiveDir] ADAM Bind with ADAM user account joe
