diff options
author | Sumit Bose <sbose@redhat.com> | 2010-12-07 13:18:39 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-07 17:23:25 -0500 |
commit | 8d163c0a088318ed9fc0b22def2649e27992ea53 (patch) | |
tree | 92c6b438d4473d5cc29522656b1b01f02db0b597 /src/providers/ldap/sdap.h | |
parent | a3ea95747b33de4b50485fb9b5c4e5c45338b3db (diff) | |
download | sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.gz sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.bz2 sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.zip |
Replace krb5_kdcip by krb5_server in LDAP provider
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 83bfd21b..8c629a3b 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -176,7 +176,7 @@ enum sdap_basic_opt { SDAP_SASL_AUTHID, SDAP_KRB5_KEYTAB, SDAP_KRB5_KINIT, - SDAP_KRB5_KDCIP, + SDAP_KRB5_KDC, SDAP_KRB5_REALM, SDAP_PWD_POLICY, SDAP_REFERRALS, |