Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 38 by
stemuede...@gmail.com: ssha passwords in ldap not syncing
https://code.google.com/p/nsscache/issues/detail?id=38
What steps will reproduce the problem?
1. sudo nsscache -v update -f
What is the expected output? What do you see instead?
expected is syncing my ssha passwords in ldap
I see instead:
INFO:root:Ignored password that was not in crypt format
What version of the product are you using? On what operating system?
version 0.23-2 ubuntu 64bit
Please provide any additional information below.
in ldapsource.py 641-644:
if passwd[:7].lower() == '{crypt}':
shadow_ent.passwd = passwd[7:]
else:
logging.info('Ignored password that was not in crypt format')
So nsscache allows only sync for crypt passwords. Is it possible to use
ssha passwords too?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings