OpenLDAP 2.4 to work with 2003 server
I have set up a lab in VM with one Fedora 10 and one Windows server 2003
I have the OpenLDAP administrator guide 2.4 for reference
My aim is to get all the user and group information from the 2003 DC which can then be used to edit access on the folders on the fedora machine. also i'll want the ability to add groups on the Fedora machine and then add domain users to them.
I currently have to following packages install
openldap, openldap-clients, openldap-servers
the system is fully updated.
I have added the following lines to the slapd.conf
database bdb
suffix dc=monkey,dc=me
checkpoint 1024 15
rootdn "cn=Manager,dc=my-domain,dc=com" #need to edit this maybe
syncrepl rid=123
provider=ldap://windows-dc.monkey.me:389
type=refreshOnly
interval=01:00:00:00
searchbase="dc=monkey,dc=me"
filter="(objectClass=organizationalPerson)"
scope=sub
attrs="cn,sn,ou,telephoneNumber,title,l"
schemachecking=off
bindmethod=simple
binddn="cn=Administrator,dc=monkey,dc=me"
credentials=mypassword
After starting the service using /etc/init.d/ldap start i'm getting
Failed to add syncinfo
slaptest: bad configuration file