Add a variable to pass in the nested user.

This commit is contained in:
christos 2005-03-03 02:06:42 +00:00
parent 3f0344e8e8
commit 9ec5ce8afc
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ enum {
PAM_AUTHTOK_PROMPT = 11, /* OpenPAM extension */
PAM_OLDAUTHTOK_PROMPT = 12, /* OpenPAM extension */
PAM_SOCKADDR = 13, /* NetBSD extension */
PAM_NUSER = 14, /* NetBSD extension */
PAM_NUM_ITEMS /* OpenPAM extension */
};