[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] smbpwd-ldap
From: |
Izzy Blacklock |
Subject: |
Re: [Phpgroupware-developers] smbpwd-ldap |
Date: |
Thu, 10 Apr 2003 11:19:36 -0600 |
User-agent: |
KMail/1.4.3 |
On Thursday 10 Apr 2003 10:22 am, Izzy Blacklock wrote:
> Well, I have my password change hook working, but I'm having problems with
> the original ldap password change functions. It's generating a password
> that the system recognizes via PAM, but that phpgw can't use.
>
> I see that crypt() is being used to create the md5 passwords. Why not use
> md5() According to some of the comments on crypt() at php.net, there is a
> problem with crypt() handling passwords with apostrophes. I don't know if
> this is true or not.
>
> Thoughts?
Sorry, disregard the comment about md5(). No way to salt. I see in the notes
of crypt() someone suggests md5crypt(), but I haven't found it.
...Izzy