I am running open ldap server in redhat server, and active directory
in win server 2008.
I have admin access to both servers.
The thing is that i have to sync both server, like from openldap i
could access active directory data.
Can it be possible?
If possible then then please give me some information that i could
proceed this task.
I have tried some thing like using openldap admin guide
syncrepl rid=001
provider=ldap://IP of AD server/
binddn="cn=replicator,dc=suretecsystems,dc=com"
bindmethod=simple
credentials=Password of AD server
searchbase="dc=suretecsystems,dc=com"
type=refreshAndPersist
retry="5 5 300 5"
I don't how much i am right.
Or is there any different way? Please help me to solve this.