summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-10-07 17:21:27 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-12 21:09:35 +0200
commitdc739a494ca7f673c0c13b77c5303c254987761c (patch)
tree492f283e752ca3381a7fc3a46079d17b96958108
parentc5e4d4e9a3f6896f0f3c631ea26bb49a79b5cd8e (diff)
downloadsssd-dc739a494ca7f673c0c13b77c5303c254987761c.tar.gz
sssd-dc739a494ca7f673c0c13b77c5303c254987761c.tar.xz
sssd-dc739a494ca7f673c0c13b77c5303c254987761c.zip
MAN: improve wording of default_domain parameter
-rw-r--r--src/man/sssd.conf.5.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 7d4aeed71..c818b97d8 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -224,16 +224,16 @@
<para>
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.
</para>
<para>
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.
</para>