Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Active Directory to OID synch

199845Mar 13 2006 — edited Apr 13 2006
Hello, I've set up synchronization from Active Dorectory (AD) to Oracle Internet Directory (OID). Almost every thing work. The users are syncronized from AD to OID real-time, and I'm able to bind succesfully to OID using an AD account like this:

$ ldapbind -h iastest -p 389 -D "cn=sale3,ou=users,ou=emea,cn=AD,dc=my,dc=domain,dc=com" -w "mypassword"

However, I'm NOT able to bind like this:

$ ldapbind -h iastest -p 389 -D "sale3@my.company.com" -w "mypassword"

My question is, what do I need to check or configure in order to get this to work?

- brgds Paul J
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2006
Added on Mar 13 2006
4 comments
753 views