diff options
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 }; |