diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-03 16:23:50 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-08 13:42:47 -0500 |
commit | e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a (patch) | |
tree | d38ea5fca1875d06df64ccd2065d1a16fc985b46 /src/man | |
parent | e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0 (diff) | |
download | sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.tar.gz sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.tar.bz2 sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.zip |
Make filter_users and filter_groups also per-domain
Fixes: #290
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index a3ec028f..6303fcbc 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -305,7 +305,9 @@ <para> Exclude certain users from being fetched from the sss NSS database. This is particulary useful for system - accounts. + accounts. This option can also be set per-domain or + include fully-qualified names to filter only users from + the particular domain. </para> <para> Default: root |