Re: hashing ldap entries

2010-09-29 Thread Christopher Bongaarts
Robert Threet wrote: IS there a method of calling SSHA when stuffing passwords into the directory? We use the Digest::SHA1 and MIME::Base64 modules like this: $ctx = Digest::SHA1->new; $ctx->add($password); $ctx->add($salt); $hashedPasswd = '{SSHA}' . encode_base64($ctx->digest

Re: hashing ldap entries

2010-09-29 Thread Clément OUDOT
2010/9/28 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 p

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 passwords? > > -- Robert Threet S

Re: hashing ldap entries

2010-09-28 Thread Prentice Bisbal
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 passwords? -- Prentice Bisbal Linux Software Support Specialist/System Administrator School of

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 confidentia