Vendor import of OpenPAM Citronella.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-30 21:36:39 +00:00
parent ee02aaa95b
commit d453fb1b0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/openpam/dist/; revision=99160
svn path=/vendor/openpam/CITRONELLA/; revision=99162; tag=vendor/openpam/CITRONELLA
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# $P4: //depot/projects/openpam/MANIFEST#11 $
# $P4: //depot/projects/openpam/MANIFEST#12 $
#
CREDITS
HISTORY

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/include/security/pam_constants.h#17 $
* $P4: //depot/projects/openpam/include/security/pam_constants.h#18 $
*/
#ifndef _PAM_CONSTANTS_H_INCLUDED
@ -120,9 +120,9 @@ enum {
PAM_OLDAUTHTOK = 7,
PAM_RUSER = 8,
PAM_USER_PROMPT = 9,
PAM_AUTHTOK_PROMPT = 10, /* OpenPAM extension */
PAM_OLDAUTHTOK_PROMPT = 11, /* OpenPAM extension */
PAM_REPOSITORY = 12,
PAM_REPOSITORY = 10,
PAM_AUTHTOK_PROMPT = 11, /* OpenPAM extension */
PAM_OLDAUTHTOK_PROMPT = 12, /* OpenPAM extension */
PAM_NUM_ITEMS /* OpenPAM extension */
};