-
Website
http://lucasrockwell.com -
Original page
http://lucasrockwell.com/2009/03/why-not-ldap/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
igorgue
1 comment · 1 points
-
lucasrockwell
8 comments · 1 points
-
Jauder Ho
1 comment · 6 points
-
chiropractic association
1 comment · 1 points
-
Aviator Sunglasses
1 comment · 1 points
-
-
Popular Threads
Having recently deployed OpenDS for a new service, I noticed an O'Reilly LDAP book on a shelf while visiting a customer. The customer saw this and his immediate response was to ask why we'd consider using such an old standard for our new offering!
We've had a very positive experience with our LDAP deployment after uncertain beginnings. I hope it's served to improve LDAP's reputation internally at least to make it a part of future projects.
I wish you the best of luck with your current and future LDAP projects!
I've been a longtime fan of LDAP and have done several deployments. It is interesting to me that none of the web20 companies have used LDAP (that I know of) as part of their architecture.
Imagine, sharding information could easily be kept in the DS (amongst other things) and on a well tested infrastructure.
The real fun I am having right now is working on using OpenDS as a ticket cache (TicketRegistry) for CAS (the JA-SIG single sign on server). My testing today used two OpenDS servers doing an average of 216 write/read/delete operations per second (72 tickets per second going through this 3-stage process). One server would do the initial write, and then replicate the info to the other server where it was read and then deleted. So, it was replicating 72 tickets/second over the network. I actually think it can do a lot more than that.
On Monday I am going to do this for 1M tickets to see how it goes. I will be putting together a paper on it when I am done. I'll post a link to all of that info on this blog once it's ready.
http://blogs.sun.com/directoryservices/entry/45...
or
http://blogs.sun.com/directoryservices/entry/op...
On my MacBook, I can get OpenDS 1.3RC6 to do around 7000 requests/second (and this is a Java app). Sun's c-based DS is much faster.