hi at every body i'am trying to modify the attribut : object class in Active Directory
with PHP
this my code
but i've this message
modify no such attributs..
i want to know what is my error
thank for you helping
with PHP
this my code
Code:
$entry["objectclass"][0] = "organisation"; $entry["objectclass"][1]="university"; $entry["objectclass"][2]="lmd"; $a=ldap_mod_replace ($ds,$dn,$entry);
modify no such attributs..
i want to know what is my error
thank for you helping
Comment