summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/pwdstorage/pwd_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Workaround bogus base64 encoded passwords that end in newlineRich Megginson2010-01-111-3/+7
| | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=552421 Resolves: bug 552421 Bug Description: Cannot log into admin server after upgrade (fedora-ds-admin-1.1.6 -> 389-admin-1.1.9 Reviewed by: nkinder (Thanks!) Branch: HEAD Fix Description: Some older versions of setup encoded the admin password in SHA and added a trailing newline to the userPassword attribute when adding the admin entry. This changes the SHA passsword compare routine to ignore a trailing newline character in the dbpwd. newline is not a valid base64 character. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no
* BZ 221905 - Add SMD5 password storage support.Nathan Kinder2009-10-261-0/+69
This adds SMD5 password storage support to the existing password storage plug-in. Add upgrade LDIF has been added to ensure that this new functionality will be available to servers that are upgraded from previous versions.