diff options
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 27d22f44e..c6a137bbf 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -645,6 +645,23 @@ fallback_homedir = /home/%u </para> </listitem> </varlistentry> + <varlistentry> + <term>override_default_whitespace (string)</term> + <listitem> + <para> + This parameter will replace white spaces (space bar) + with the given string for user and group names. + e.g. (_). User name "john doe" will + be "john_doe" This feature was added to + help compatibility with shell scripts that have + difficulty handling white spaces, due to the + default field separator in the shell. + </para> + <para> + Default: not set (whitespaces will not be replaced) + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> <refsect2 id='PAM'> |