diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-19 21:00:46 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-19 21:00:46 +0000 |
commit | 04e30652172d69d399641893e6a801503a0a1f8f (patch) | |
tree | 13dc6a841647bee3f58db67dea6c46970b923e12 /include/security/openpam.h | |
parent | d2afd010d41e1acf0fe4e164246c8055368bf503 (diff) |
Diffstat (limited to 'include/security/openpam.h')
-rw-r--r-- | include/security/openpam.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/security/openpam.h b/include/security/openpam.h index 0956997d9a0d..77f0bb8eb719 100644 --- a/include/security/openpam.h +++ b/include/security/openpam.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2011 Dag-Erling Smørgrav + * Copyright (c) 2004-2015 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: openpam.h 648 2013-03-05 17:54:27Z des $ + * $Id: openpam.h 890 2016-01-11 16:22:09Z des $ */ #ifndef SECURITY_OPENPAM_H_INCLUDED @@ -186,6 +186,7 @@ enum { OPENPAM_VERIFY_POLICY_FILE, OPENPAM_RESTRICT_MODULE_NAME, OPENPAM_VERIFY_MODULE_FILE, + OPENPAM_FALLBACK_TO_OTHER, OPENPAM_NUM_FEATURES }; |