diff options
author | Stef Walter <stefw@gnome.org> | 2012-05-09 13:29:14 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 19:23:09 -0400 |
commit | 0327d4d33a0fba0590d9066ace18f7128b2de2c5 (patch) | |
tree | 9c66f0815372b71b0832e749821b060460145944 /src/man/sssd.conf.5.xml | |
parent | 4e3b55b5f6be51b03c8c51f764aa71677d184847 (diff) | |
download | sssd-0327d4d33a0fba0590d9066ace18f7128b2de2c5.tar.gz sssd-0327d4d33a0fba0590d9066ace18f7128b2de2c5.tar.bz2 sssd-0327d4d33a0fba0590d9066ace18f7128b2de2c5.zip |
Clearer documentation for use_fully_qualified_names
* Previously only the side effect was described.
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index a7691edc..457639fc 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -982,6 +982,11 @@ <term>use_fully_qualified_names (bool)</term> <listitem> <para> + Use the full name and domain (as formatted by + the domain's full_name_format) as the user's login + name reported to NSS. + </para> + <para> If set to TRUE, all requests to this domain must use fully qualified names. For example, if used in LOCAL domain that contains a "test" |