]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Remove userdb nss
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 14 Nov 2017 14:51:37 +0000 (16:51 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 14 Nov 2017 14:52:30 +0000 (16:52 +0200)
commite1abe6d11a9e63995a7e0ff40261973ebc17ad37
tree16645900cef0e8414ce4e31f73d421ab2c0639c1
parentd436926111c2a62b67853fc19ae5c1e94e6d9e75
auth: Remove userdb nss

Its original purpose was because getpwnam() couldn't differentiate between
"user doesn't exist" and "temporary error", but this was solved by using
getpwnam_r() instead.

So all userdb nss users should be able to safely switch to userdb passwd.
src/auth/Makefile.am
src/auth/userdb-nss.c [deleted file]
src/auth/userdb.c