Adil Katchi <[EMAIL PROTECTED]> writes:
> This seems to indicate that the local users' info is loaded at PAM startup.
> Is this true?

It depends on the module.  Most PAM modules use getpwnam() to look up
the user, and will fail if it does not exist; some modules don't (for
instance, pam_ldap looks the user up in the LDAP directory even if
nsswitch isn't set up to use LDAP)

You probably want to write your own PAM authentication module to
handle account creation.  Feel free to contact me off-list for further
information on how to do this.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to