diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-05-17 16:28:15 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-20 05:49:25 -0400 |
commit | 54af51d2129d29258108a6dbf072a82c930bf399 (patch) | |
tree | 03b97d3b98b82395f5b35b6fbf0f0d67e3712262 /src/man | |
parent | 217d7e26345fb5f7e296551b62a4c1d82c9d9585 (diff) | |
download | sssd-54af51d2129d29258108a6dbf072a82c930bf399.tar.gz sssd-54af51d2129d29258108a6dbf072a82c930bf399.tar.xz sssd-54af51d2129d29258108a6dbf072a82c930bf399.zip |
Add a new option to override primary GID number
https://fedorahosted.org/sssd/ticket/742
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 6ac9de890..386dd035c 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -807,6 +807,15 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term>override_gid (integer)</term> + <listitem> + <para> + Override the primary GID value with the one specified. + </para> + </listitem> + </varlistentry> </variablelist> </para> |