[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap authentication (?)
Julio Sánchez Fernández <j_sanchez@stl.es> writes:
....
> Of course, reusable authentication info sucks, reusable information
> info stored in a symetrical format (not hashed) sucks harder and when
> that kind of authentication info travels unencrypted its suckiness
> raises to inimaginable heights. And then there is session stealing
> and all that.
The LDAP server supports hashed password entries, with selectable Hashes. Simply use
userPassword: {crypt}xxxyyyzzy
or
userPassword: {md5}xxxyyyzzy
Use ACLs to keep everybody from reading passwords but their own.
Using stunnel <http://mike.daewoo.com.pl/computer/stunnel/>, you can
rather easily encrypt the communication between client and server.
>
> To sum up, be careful.
agreed.
--
Jan Iven
Rechenzentrum, Universitaet des Saarlandes
Tel. ++49 +681 302-3623
Fax. ++49 +681 302-4462