Re: Help with Koha LDAP auth mechanism

2005-12-13 Thread Chris Ridd
On 14/12/05 6:36, Quanah Gibson-Mount <[EMAIL PROTECTED]> wrote: > --On Wednesday, December 14, 2005 6:21 AM + Chris Ridd > <[EMAIL PROTECTED]> wrote: > >>> To do it in other than clear text, you use LDAP over SSL by connecting >>> to ldaps:// >> >> To make it clear - this is *not* generally

Re: Help with Koha LDAP auth mechanism

2005-12-13 Thread Quanah Gibson-Mount
--On Wednesday, December 14, 2005 6:21 AM + Chris Ridd <[EMAIL PROTECTED]> wrote: To do it in other than clear text, you use LDAP over SSL by connecting to ldaps:// To make it clear - this is *not* generally required by servers. And connecting over LDAPS is not the only way to encryp

Re: Help with Koha LDAP auth mechanism

2005-12-13 Thread Chris Ridd
On 14/12/05 3:18, Justin Alcorn <[EMAIL PROTECTED]> wrote: > > kent sent the following missive on 12/13/2005 9:42 PM: >> Hello, >> I am trying to get a handle on how to use Perl to compare passwords >> stored in LDAP that may be encrypted by different means such as MD5, >> SMD5, CRYPT etc. The pa

Re: Help with Koha LDAP auth mechanism

2005-12-13 Thread Justin Alcorn
kent sent the following missive on 12/13/2005 9:42 PM: Hello, I am trying to get a handle on how to use Perl to compare passwords stored in LDAP that may be encrypted by different means such as MD5, SMD5, CRYPT etc. The passwords are stored in userPassword attribute. Using LDAP like a database