diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-05 15:07:10 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | 07b7b76d7cd494cbd26263503ba2732c21819941 (patch) | |
tree | 860a74f647b7b1b28fedaf2de808693ae28e8dd4 /src/providers/ldap/ldap_opts.h | |
parent | f6cd1236c27817b97db002094b76648d92b55f82 (diff) | |
download | sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.gz sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.bz2 sssd-07b7b76d7cd494cbd26263503ba2732c21819941.zip |
Primary server support: new options in krb5 provider
This patch adds support for new config options krb5_backup_server and
krb5_backup_kpasswd. The description of this option's functionality
is included in man page in one of previous patches.
Diffstat (limited to 'src/providers/ldap/ldap_opts.h')
-rw-r--r-- | src/providers/ldap/ldap_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_opts.h b/src/providers/ldap/ldap_opts.h index 9be6a0f6..4e876bdc 100644 --- a/src/providers/ldap/ldap_opts.h +++ b/src/providers/ldap/ldap_opts.h @@ -76,6 +76,7 @@ struct dp_option default_basic_opts[] = { { "ldap_krb5_init_creds", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE }, /* use the same parm name as the krb5 module so we set it only once */ { "krb5_server", DP_OPT_STRING, NULL_STRING, NULL_STRING }, + { "krb5_backup_server", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "krb5_canonicalize", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE }, { "ldap_pwd_policy", DP_OPT_STRING, { "none" }, NULL_STRING }, |