>From de20b9df16b86ba5aa92afb01404cd88fa4933ee Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 7 Oct 2012 17:21:27 +0200 Subject: [PATCH] MAN: improve wording of default_domain parameter --- src/man/sssd.conf.5.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 7d4aeed71d1e0db17575808da4c6bc1303470ffd..c818b97d8f11bc5ea5135d3e2de847e51967b89e 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -224,16 +224,16 @@ This string will be used as a default domain name for all names without a domain name - component. The main use case are environments - where the local domain is only managing hosts - but no users and all users are coming from a - trusted domain. The option allows those users + component. The main use case is environments + where the primary domain is intended for managing host + policies and all users are located in a trusted domain. + The option allows those users to log in just with their user name without giving a domain name as well. Please note that if this option is set all - users from the local domain have to use their + users from the primary domain have to use their fully qualified name, e.g. user@domain.name, to log in. -- 1.7.11.4