From 6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 9 Aug 2010 16:11:00 -0400 Subject: Add KDC to the list of LDAP options --- 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 4426dac93..a5fab7a92 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -167,6 +167,7 @@ enum sdap_basic_opt { SDAP_SASL_AUTHID, SDAP_KRB5_KEYTAB, SDAP_KRB5_KINIT, + SDAP_KRB5_KDCIP, SDAP_KRB5_REALM, SDAP_PWD_POLICY, SDAP_REFERRALS, -- cgit