[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OL2.4 provider && OL2.2 consumer?
- To: openldap-software@openldap.org
- Subject: OL2.4 provider && OL2.2 consumer?
- From: Turbo Fredriksson <turbo@bayour.com>
- Date: Sun, 18 Mar 2007 13:21:34 +0100
- Organization: LDAP/Kerberos expert wannabe
- User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/20.7 (gnu/linux)
Is there any known issues between having a 2.4 provider
and a 2.2 consumer?
My 2.2 (using SASL) doesn't seem to be binding. I get the
connect, but no bind etc (running the provider with '-d -1')...
And the log on the consumer just say:
do_syncrep1: ldap_sasl_interactive_bind_s failed (-2)
This is the syncrepl on the consumer:
----- s n i p -----
syncrepl rid=0
provider=ldap://provider.domain.tld:3389
type=refreshOnly
interval=00:00:00:30
searchbase="c=SE"
filter="(objectClass=*)"
attrs="*,+"
scope=sub
schemachecking=off
updatedn="cn=Administrator,cn=auth"
binddn="cn=consumer,ou=LDAP,ou=System,o=Domain,c=SE"
bindmethod=sasl
saslmech=gssapi
realm=BAYOUR.COM
authcId=consumer
updateref ldap://provider.domain.tld:3389
----- s n i p -----
And this is the provier syncprov config:
----- s n i p -----
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
----- s n i p -----
On the provider machine, I also have a 2.4 consumer and that
works correctly (with almost the exact config as the 2.2
consumer - without the 'updatedn' and 'authcId' - which isn't
allowed - though).
I noticed that there is no 'rid' thingie on the provider
any more (or in slapadd) but the 2.4 provider/consumer
works any way... ?