From 8a05fd320a44636d120a18eb7e9956c7b35b3138 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 2 Oct 2013 17:48:49 +0200 Subject: AD: Add a new option ad_access_filter This patch just adds the option, it doesn't do anything useful yet. Related: https://fedorahosted.org/sssd/ticket/2082 --- src/man/sssd-ad.5.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/man/sssd-ad.5.xml') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 3aa865ab1..41bd3ba05 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -168,6 +168,30 @@ ldap_id_mapping = False + + ad_access_filter (boolean) + + + This option specifies LDAP access control + filter that the user must match in order + to be allowed access. Please note that the + access_filter option must be + explicitly set to ad in order + for this option to have an effect. + + + Example: + + +access_provider = ad +ad_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com + + + Default: Not set + + + + dyndns_update (boolean) -- cgit