Skip to content
Snippets Groups Projects
Commit ab10099f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Added support for "userPassword: {UNIX}uid". getpwnam("uid") is

used to fetch the pw_passwd which is than passwd to crypt().
getspnam() is used instead of getpwnam() when available.
Added configration detection of pw_passwd, shadow.h, getpwnam()
and getspnam().
parent fcaddb60
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment