From 0327d4d33a0fba0590d9066ace18f7128b2de2c5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 9 May 2012 13:29:14 +0200 Subject: Clearer documentation for use_fully_qualified_names * Previously only the side effect was described. --- src/man/sssd.conf.5.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 @@ -981,6 +981,11 @@ use_fully_qualified_names (bool) + + Use the full name and domain (as formatted by + the domain's full_name_format) as the user's login + name reported to NSS. + If set to TRUE, all requests to this domain must use fully qualified names. For example, -- cgit