[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_modify
tir, 30.12.2003 kl. 06.40 skrev Chakravarthy Cuddapah:
> I am trying to modify entries using ldap_modify in PHP. I get this
> error message:
> "Strong authentication required".
You have a problem, because "strong authentication" would mean SASL and
PHP doesn't support SASL.
>
> LDAP is on Mac OS X (Panther). I could display all the attributes
> without any problem. But ldap_modify fails with this msg.
Configure LDAP not to demand SASL for directory updates ('man
slapd.conf', search for "security", then "update_sasl=<n>").
--Tonni
--
mail: billy - at - billy.demon.nl
http://billy.demon.nl
- References:
- ldap_modify
- From: "Chakravarthy Cuddapah" <cuddapah@cuddapahonline.net>