I am looking for a way to modify an ADS attribut via PHP.
I tried:
$entry["extensionattribute1"][0] = "Test";
ldap_modify($lc,$dn,$entry);
with a valid $lc but I only get an:
DSA is unwilling to perform back.
can somebody help me there ???
ldpamodify on ADS via PHP
Moderator: General Moderators
-
StefanImmel
- Forum Newbie
- Posts: 2
- Joined: Mon Aug 19, 2002 4:50 am
hmmmm....sorry. I have no practice with LDAP.
All I know is from my mcp-tests (to be more exact from a book "just the answers"
).
But as far as I know there are attributes to each object like aclentry and aclsource that hold the information of who has what permissions.
Probably you can do a ldap search on those objects/attributes.
they maybe even reflect the backend capabilities - maybe not :-S
All I know is from my mcp-tests (to be more exact from a book "just the answers"
But as far as I know there are attributes to each object like aclentry and aclsource that hold the information of who has what permissions.
Probably you can do a ldap search on those objects/attributes.
they maybe even reflect the backend capabilities - maybe not :-S