Mailinglist Archive: opensuse (2217 mails)
| < Previous | Next > |
Re: [opensuse] Script fails for unknown reason
- From: Anders Johansson <ajohansson@xxxxxxxxxxx>
- Date: Fri, 14 Sep 2007 00:44:16 +0200
- Message-id: <200709140044.16612.ajohansson@xxxxxxxxxxx>
On Friday 14 September 2007 00:26:25 Theo v. Werkhoven wrote:
> And with virtual users in a Berkeley database, with pam_userdb as I am?
> as far as I know, vsftpd needs to be made aware of a change in the
> database file that pam_userdb uses, by restarting.
vsftpd doesn't know anything about pam_userdb. It just calls libpam, which
reads /etc/pam.d/vsftpd, and if you happen to have pam_userdb in there, it
will dlopen() it, call the proper functions, and then dlclose() it.
If anything at all was cached there, between pam calls, I would be highly
surprised.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> And with virtual users in a Berkeley database, with pam_userdb as I am?
> as far as I know, vsftpd needs to be made aware of a change in the
> database file that pam_userdb uses, by restarting.
vsftpd doesn't know anything about pam_userdb. It just calls libpam, which
reads /etc/pam.d/vsftpd, and if you happen to have pam_userdb in there, it
will dlopen() it, call the proper functions, and then dlclose() it.
If anything at all was cached there, between pam calls, I would be highly
surprised.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |