B
brownk13
We are looking to rework our application to use LDAP. I am looking
for design ideas, and tutorials, websites to reference. Some of the
issues that we would be dealing with are:
1) Our integration would have to be written independent of a specific
directory. How different are the most common directories, and could
there be 1 solution written that can be configured to work with any
directory? Or would we have to have a handler for each directory?
2) What are the most common directories that we should handle?
3) Password considerations. How do you typically send password
information. We currently store an One-way hash of the password in
the database (MD5). I am guessing that each directory would have the
possibility of storing the passwords in a different format. How are
these passed to the directory server? Do you need to encrypt and then
send, or what is the most common practice?
And where would the best places be to research this for design. (I am
already looking at Sun's JNDI tutorials)
Thank You all.
for design ideas, and tutorials, websites to reference. Some of the
issues that we would be dealing with are:
1) Our integration would have to be written independent of a specific
directory. How different are the most common directories, and could
there be 1 solution written that can be configured to work with any
directory? Or would we have to have a handler for each directory?
2) What are the most common directories that we should handle?
3) Password considerations. How do you typically send password
information. We currently store an One-way hash of the password in
the database (MD5). I am guessing that each directory would have the
possibility of storing the passwords in a different format. How are
these passed to the directory server? Do you need to encrypt and then
send, or what is the most common practice?
And where would the best places be to research this for design. (I am
already looking at Sun's JNDI tutorials)
Thank You all.