Re: LDAP as password repository
From: Christopher Browne (cbbrowne_at_acm.org)
Date: 06/24/04
- Next message: LucM: "Re: LDAP as password repository"
- Previous message: sunil Dua: "LDAP as password repository"
- In reply to: sunil Dua: "LDAP as password repository"
- Next in thread: LucM: "Re: LDAP as password repository"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Jun 2004 11:56:11 GMT
In the last exciting episode, dua12@yahoo.com (sunil Dua) wrote:
> I am working on the design of an application and was discussing
> passowrd storage and encryption with my team members. This application
> will use technologies like Java/Struts/JSP/Servlets/EJB. I have a
> thought that we can use LDAP for password storage and encryption
> instead of rewidning and incorporating of any new idea's.
>
> I was wondering if you Gurus see any problem in this idea as well any
> constraints which we might have to face in future.
The other two major options would be to:
a) Use a relational database as password repository, e.g. PostgreSQL;
b) Use an embedded database as password repository, e.g. Berkeley DB
> One more thing whihc I was wondering, will there be any performance
> related problem while users changes their password.
That's a major merit of going to a database system; the database
system should take on the relevant concurrency control, MASSIVELY
better than the text file approach.
No, I'd not expect there to be performance problems here.
-- let name="cbbrowne" and tld="cbbrowne.com" in name ^ "@" ^ tld;; http://www.ntlug.org/~cbbrowne/postgresql.html To iterate is human; to recurse, divine.
- Next message: LucM: "Re: LDAP as password repository"
- Previous message: sunil Dua: "LDAP as password repository"
- In reply to: sunil Dua: "LDAP as password repository"
- Next in thread: LucM: "Re: LDAP as password repository"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|