summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-11-21 06:26:44 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-12-08 12:02:32 -0500
commit8c60644bd8f2d739ff7a58b3717929254d09dfbe (patch)
tree52a062e02fabcec7407c775e29112afffba0b467 /src/providers/ldap/sdap.h
parenta63aee266c6d41216c606c2efa459f9477875cc7 (diff)
downloadsssd-8c60644bd8f2d739ff7a58b3717929254d09dfbe.tar.gz
sssd-8c60644bd8f2d739ff7a58b3717929254d09dfbe.tar.xz
sssd-8c60644bd8f2d739ff7a58b3717929254d09dfbe.zip
Add ldap_sasl_minssf option
https://fedorahosted.org/sssd/ticket/1075
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index d25e87bdf..3ab726aad 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -179,6 +179,7 @@ enum sdap_basic_opt {
SDAP_SASL_MECH,
SDAP_SASL_AUTHID,
SDAP_SASL_REALM,
+ SDAP_SASL_MINSSF,
SDAP_KRB5_KEYTAB,
SDAP_KRB5_KINIT,
SDAP_KRB5_KDC,