Discussion:
Net::LDAP modify
(too old to reply)
jaskaran
2006-09-12 22:08:44 UTC
Permalink
I am having issues changing values in the NDS for a user using Net::LDAP
modify,
here is the syntax

print "DN=$dnn";
$result = $ldap->modify($dn, replace => {'SSN' => '1111111111'} );

The search is no problem, its just the modification thats a problem. Has
anyone used Net::LDAP to modify values successfully.
jaskaran
2006-09-12 23:01:29 UTC
Permalink
Upon further debugging it seems like that user i am binding with doesn't
have abundant rights. Example
NDS error: no access (-672)
Post by jaskaran
I am having issues changing values in the NDS for a user using Net::LDAP
modify,
here is the syntax
print "DN=$dnn";
$result = $ldap->modify($dn, replace => {'SSN' => '1111111111'} );
The search is no problem, its just the modification thats a problem. Has
anyone used Net::LDAP to modify values successfully.
jaskaran
2006-09-12 22:34:21 UTC
Permalink
Upon further debugging it seems like that user i am binding with doesn't
have abundant rights. Example
NDS error: no access (-672)
Post by jaskaran
I am having issues changing values in the NDS for a user using Net::LDAP
modify,
here is the syntax
print "DN=$dnn";
$result = $ldap->modify($dn, replace => {'SSN' => '1111111111'} );
The search is no problem, its just the modification thats a problem. Has
anyone used Net::LDAP to modify values successfully.
Continue reading on narkive:
Loading...