Search found 2 matches

by StefanImmel
Mon Aug 19, 2002 6:45 am
Forum: PHP - Code
Topic: ldpamodify on ADS via PHP
Replies: 3
Views: 719

volka wrote:your password grants you modifications on the backend and it supports the given operation?
The user/password is right and I even tried it with an Admin equivalent.

I think the problem is the backend (ADS) but how can I check that ???
by StefanImmel
Mon Aug 19, 2002 4:50 am
Forum: PHP - Code
Topic: ldpamodify on ADS via PHP
Replies: 3
Views: 719

ldpamodify on ADS via PHP

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 ???