Problem: Given an application that stores users accounts in a database table as "user" and "password" (encrypted of course) what would be the best way to convert this app to use LDAP.
Do I store the login and password in the LDAP directory as attributes to a DN such as: cn=john.doe,cn=webUsers,dn=whatever.com attributes: login = string password = string Any help or articles would be appreciated. I have been searching and reading on the web for a while but have not been able to find a good example or article on the subject yet. Thank you.