[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd : what is error 32 ?



Hi List, hi Pierangelo,

Pierangelo Masarati wrote:
> 
> Harry Rüter wrote:
> >
> > Hi ,
> >
> > i'm working on replication via slurpd, but it doesn't work.
> > Everything seems to be fine (as i can see in the logfile)
> > until the following lines come :
> >
> > -------------snipp-------------
> >
> > ber_scanf fmt ({a) ber:
> > ber_dump: buf=0x080f9d80 ptr=0x080f9e77 end=0x080f9e92
> > len=27
> >   0000:  30 19 04 17 32 2e 31 36  2e 38 34 30 2e 31 2e 31
> > 0...2.16.840.1.1
> >   0010:  31 33 37 33 30 2e 33 2e  34 2e 32
> > 13730.3.4.2
> > => get_ctrls: oid="2.16.840.1.113730.3.4.2" (noncritical)
> > <= get_ctrls: 1 0
> > modifications:
> >         replace: displayName
> >         replace: modifiersName
> >         replace: modifyTimestamp
> > send_ldap_result: conn=0 op=4 p=3
> > send_ldap_result: 10::
> > send_ldap_response: msgid=5 tag=103 err=32
> > -------------snipp-------------
> >
> > You see, error no 32, but what does it mean ?
> > Where can i find documentation about the error-constants ?
> 
> RFC 2251, 4.1.10.; or in ldap.h

I was looking in ldap.h but couldn't find it.
Could you be a little bit more precisely ?

Thanks Harry 

> Pierangelo