in an earlier post, i wrote about how to find ldap user passwords:
http://nickhumphreyit.blogspot.no/2012/01/how-to-list-openldap-ldap-user-info-in.html
but yesterday when i tried to view a user's password in apache directory studio, the record for a particular user wasn't showing any userPassword field. i finally figured out that my java code was accidentally setting the user's password to null, thus removing the userPassword field from the record, so it wasn't showing because it didn't exist! (facepalm) ;)
No comments:
Post a Comment