summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-06-08 08:14:35 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-06-09 08:29:47 -0400
commitd306ced6189d1ba4eec6cb88098143718ed93a5b (patch)
tree0afb7eb226bc0a759425ee4a23b0b93dcc2f3cf6 /src/man
parent48c3ce82e0c0fc061e00cb7ddf4f145dfd465edc (diff)
downloadsssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.tar.gz
sssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.tar.xz
sssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.zip
Change default min_id to 1
Also update manpage for min_id/max_id to be more clear about how it relates to primary GID.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index bd2d3acd1..497fae630 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -396,11 +396,19 @@
<term>min_id,max_id (integer)</term>
<listitem>
<para>
- UID limits for the domain. If a domain contains
- entry that is outside these limits, it is ignored
+ UID and GID limits for the domain. If a domain
+ contains an entry that is outside these limits, it
+ is ignored.
</para>
<para>
- Default: 1000 for min_id, 0 (no limit) for max_id
+ For users, this affects the primary GID limit. The
+ user will not be returned to NSS if either the
+ UID or the primary GID is outside the range. For
+ non-primary group memberships, those that are in
+ range will be reported as expected.
+ </para>
+ <para>
+ Default: 1 for min_id, 0 (no limit) for max_id
</para>
</listitem>
</varlistentry>