Gabor Nemeth wrote:
> How I change the attributes before the post metod with my hook function?
>   
Yes, this would be the easiest way.

> How I use the php ldap function in my hook (@ldap_modify, @ldap_add)?
>   
You shouldnt, you should use the $ldapserver->modify(), add(), etc.

> $result = @ldap_modify( $ldapserver->connect(), $dn, $attrs); <= it's  
> a problem the connect() is protected function!!
>   
Instead use $ldapserver->modify()

You can see a function reference here:

http://phpldapadmin.sourceforge.net/function-ref/1.2/

...deon

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to