jaskaran
2006-09-12 22:08:44 UTC
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.
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.