diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-08 08:14:35 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-09 08:29:34 -0400 |
commit | 855abda5ed5a0dcae499632ed5ead1d4cd293b48 (patch) | |
tree | 1643486ecb8645e903488148b5e7be697673172b /src/man/sssd.conf.5.xml | |
parent | 7bfc287b693d3696bd5b3c60bdb7e543eb230f9b (diff) | |
download | sssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.tar.gz sssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.tar.xz sssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.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/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 14 |
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> |