Password modify as admin

2011-02-18 Thread Robert Threet
$username . ",cn=people,dc=lib-mac,dc=local"; $macEntry->dn($newdn); [removed SSHA1 stuff for clarity] $macEntry->replace(userPassword => $newMacpw); my $add = $macBind->add($macEntry); die "Error changing password: " . $add->error()."\n

Password modify

2011-02-18 Thread Robert Threet
pw = '{SSHA}' . encode_base64($ctx->digest . $salt ,''); $macEntry->replace(userPassword => $newMacpw); my $add = $macBind->add($macEntry); die "Error changing password: " . $add->error()."\n" if $add->code()

Re: hashing ldap entries

2010-09-28 Thread Robert Threet
Encrypting the passwords. Prentice Bisbal wrote: > Robert Threet wrote: >> IS there a method of calling SSHA when stuffing passwords into the >> directory? >> > > Do you mean to encrypt the passwords with SSHA, or to make sure SSL is > being used when adding passwo

hashing ldap entries

2010-09-28 Thread Robert Threet
IS there a method of calling SSHA when stuffing passwords into the directory? -- Robert Threet Systems Manager USI Computer Center (812) 465-1082 Confidentiality Statement: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain