Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/openpam/include/security Add a variable to pass in the ...
details: https://anonhg.NetBSD.org/src/rev/55237b93d7aa
branches: trunk
changeset: 574514:55237b93d7aa
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 03 02:06:42 2005 +0000
description:
Add a variable to pass in the nested user.
diffstat:
dist/openpam/include/security/pam_constants.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r e80301f3fb07 -r 55237b93d7aa dist/openpam/include/security/pam_constants.h
--- a/dist/openpam/include/security/pam_constants.h Thu Mar 03 02:06:16 2005 +0000
+++ b/dist/openpam/include/security/pam_constants.h Thu Mar 03 02:06:42 2005 +0000
@@ -126,6 +126,7 @@
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 */
};
Home |
Main Index |
Thread Index |
Old Index