Active Directory to OID synch
199845Mar 13 2006 — edited Apr 13 2006Hello, 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