Displaying 1 result from an estimated 1 matches for "passwd8".
Did you mean:
passwd
2003 Nov 04
1
pop3-login process leakage
...processes - I counted roughly 230 inactivity
disconnects in the time it took for 190 stray processes to
accumulate.
We are running dovecot 0.99.10 on OpenBSD 3.2 . The configuration is
fairly normal, except that we are using a custom userdb and
passdb (compiled as shared objects):
auth_userdb = passwd8
auth_passdb = smb
passwd8 is just userdb-passwd.c with a trivial tweak to
truncate presented user names to eight characters.
smb is an shim that delegates authentication to smbclient, to
check passwords against NT domain controllers.
I've placed the source code for these two modules in:...