Carsten Gehling wrote:
Hi,

I am using PHP's LDAP to read and write information fron user-objects
in Active Directory (Windows Server 2003).

The AD has been extended with 2 attributes (call them "xx" and "yy")
with the field type BOOLEAN

How do i write to these fields?

If I use ldap_mod_replace, and set the values for these fields to eg.
0 or 1, I get a "Syntaxt error" from LDAP.

You posted this before, no need to send it again.

Maybe try true/false instead of 0/1 ?

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to