diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-02 10:34:52 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:46 -0400 |
commit | a4cce2c98eedecb5d3b47da62104634cae268434 (patch) | |
tree | 16ddb86f0d5b8dffa0090ccb9b1bfee16d3f288c /src/providers/ad/ad_opts.h | |
parent | d92c50f6d75ae980b0d130134112a33e1584724c (diff) | |
download | sssd-a4cce2c98eedecb5d3b47da62104634cae268434.tar.gz sssd-a4cce2c98eedecb5d3b47da62104634cae268434.tar.bz2 sssd-a4cce2c98eedecb5d3b47da62104634cae268434.zip |
AD: Add AD access-control provider
This patch adds support for checking whether a user is expired or
disabled in AD.
Diffstat (limited to 'src/providers/ad/ad_opts.h')
-rw-r--r-- | src/providers/ad/ad_opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h index 178d097f..b3df14c9 100644 --- a/src/providers/ad/ad_opts.h +++ b/src/providers/ad/ad_opts.h @@ -92,7 +92,7 @@ struct dp_option ad_def_ldap_opts[] = { { "ldap_netgroup_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ldap_group_nesting_level", DP_OPT_NUMBER, { .number = 2 }, NULL_NUMBER }, { "ldap_deref", DP_OPT_STRING, NULL_STRING, NULL_STRING }, - { "ldap_account_expire_policy", DP_OPT_STRING, NULL_STRING, NULL_STRING }, + { "ldap_account_expire_policy", DP_OPT_STRING, { "ad" }, NULL_STRING }, { "ldap_access_order", DP_OPT_STRING, { "filter" }, NULL_STRING }, { "ldap_chpass_uri", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ldap_chpass_dns_service_name", DP_OPT_STRING, NULL_STRING, NULL_STRING }, |