aboutsummaryrefslogtreecommitdiff
path: root/contrib/pam-krb5/module/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pam-krb5/module/internal.h')
-rw-r--r--contrib/pam-krb5/module/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/pam-krb5/module/internal.h b/contrib/pam-krb5/module/internal.h
index f3ea30139815..c797f7a56cd3 100644
--- a/contrib/pam-krb5/module/internal.h
+++ b/contrib/pam-krb5/module/internal.h
@@ -62,6 +62,9 @@ struct pam_config {
long minimum_uid; /* Ignore users below this UID. */
bool only_alt_auth; /* Alt principal must be used. */
bool search_k5login; /* Try password with each line of .k5login. */
+#ifdef __FreeBSD__
+ bool allow_kdc_spoof;/* Allow auth even if KDC cannot be verified */
+#endif /* __FreeBSD__ */
/* Kerberos behavior. */
char *fast_ccache; /* Cache containing armor ticket. */