[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Syncrepl from OSX slapd to Centos5 slapd
- To: openldap-technical@openldap.org
- Subject: Syncrepl from OSX slapd to Centos5 slapd
- From: Markku Tavasti <tavasti@tavasti.fi>
- Date: Thu, 11 Nov 2010 10:33:08 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8
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 / tavasti@tavasti.fi / +358-40-5078254