From d38cd6a211d3b68036ceb7bc875f832433afd035 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2012 21:06:36 -0400 Subject: LDAP: Add id-mapping option --- src/providers/ldap/sdap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ldap/sdap.h') diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 5109ea86a..9ef880042 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -180,6 +180,7 @@ enum sdap_basic_opt { SDAP_TLS_KEY, SDAP_TLS_CIPHER_SUITE, SDAP_ID_TLS, + SDAP_ID_MAPPING, SDAP_SASL_MECH, SDAP_SASL_AUTHID, SDAP_SASL_REALM, -- cgit