From: Graham B. <gb...@po...> - 2002-07-01 09:20:23
|
----- Forwarded message from Emilio Recio <elm...@je...> ----- Date: Thu, 27 Jun 2002 14:44:20 -0400 To: gb...@po... From: Emilio Recio <elm...@je...> Subject: ADS Password Change We are trying to change the ADS password via Net::LDAPS and we keep getting that constraint error, even after using the 'encoding' scheme you recommended (after binding using Net::LDAPS as administrator): my $tmpVar = pack "v*", unpack "C*", qq("secret"); $ldap-modify ("cn=Jhonny Blaze,cn=Users,dc=sw,dc=jefferson,dc=edu", changes => [ delete => [ 'unicodePwd' => [] ], add => [ 'unicodePwd' => $tmpVar ] ] ); Can you shed some light on this situation? I would greatly appreciate it. -Elmo ----- End forwarded message ----- |