Hi!

We have OSX as primary ldap server (slapd 2.3.27). Schema is OSX tuned schema, with Apple provided extensions.

I'm trying to set up backup-ldap to Centos5 server (slapd 2.3.43).
I have copied schemas from OSX /etc/openldap/schema, and edited & commented out attributetype 'authAuthority' definition from apple.schema. OSX is running with configuration from cn=config, so how I can check if schema it uses is 100% same as in schema files?

Here is my syncrepl config on client side:

syncrepl rid=23
                provider=ldap://xxxx.domain.com
                type=refreshOnly
                interval=00:00:10:00
                retry="60 10 300 +"
                searchbase="dc=xxxx,dc=domain,dc=com"
                scope=sub
                schemachecking=off
                bindmethod=simple
                binddn="uid=replicator,cn=users,dc=xxxx,dc=domain,dc=com"
                credentials=secret

Client-slapd starts ok, and replication gets only one entry:

# xxxx, computers, xxxx.domain.com
dn: cn=xxxx,cn=computers,dc=xxxx,dc=domain,dc=com

To log on client side I get only these:

Nov 11 05:31:46 xxxx slapd[13962]: do_syncrep2: rid 023 LDAP_RES_SEARCH_RESULT Nov 11 05:41:46 xxxx slapd[13962]: daemon: epoll: listen=7 active_threads=0 tvp
=zero
Nov 11 05:41:46 xxxx slapd[13962]: daemon: epoll: listen=8 active_threads=0 tvp
=zero

Any ideas what is problem?

--
M. Tavasti /  [email protected]  /   +358-40-5078254

Reply via email to