summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-10 18:59:40 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-08-13 15:21:22 +0200
commit61cba55a3e44a937703a690254ccb3e0dd65dbb6 (patch)
tree2a96a5cfc68da27bf19b939244fc9563204ad99c /src/man/sssd.conf.5.xml
parent5b4c81cab999c1f5a385754badd9e88600cbf3fa (diff)
downloadsssd-61cba55a3e44a937703a690254ccb3e0dd65dbb6.tar.gz
sssd-61cba55a3e44a937703a690254ccb3e0dd65dbb6.tar.xz
sssd-61cba55a3e44a937703a690254ccb3e0dd65dbb6.zip
Make the space override responder-agnostic
https://fedorahosted.org/sssd/ticket/2397 In order to make the override_space option usable by other responders, we need to move the override_space option to the generic responder structure. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> (cherry picked from commit f3a5ac1a50c1fccd0801023658e42d2093e1a33a)
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml40
1 files changed, 23 insertions, 17 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 9f6ec69f3..791c38e46 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -258,6 +258,29 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>override_space (string)</term>
+ <listitem>
+ <para>
+ This parameter will replace spaces (space bar)
+ with the given character for user and group names.
+ e.g. (_). User name &quot;john doe&quot; will
+ be &quot;john_doe&quot; This feature was added to
+ help compatibility with shell scripts that have
+ difficulty handling spaces, due to the
+ default field separator in the shell.
+ </para>
+ <para>
+ Please note it is a configuration error to use
+ a replacement character that might be used by
+ another LDAP object. In that case, result of
+ a lookup is undefined.
+ </para>
+ <para>
+ Default: not set (spaces will not be replaced)
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect2>
@@ -607,23 +630,6 @@ fallback_homedir = /home/%u
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term>override_space (string)</term>
- <listitem>
- <para>
- This parameter will replace spaces (space bar)
- with the given character for user and group names.
- e.g. (_). User name &quot;john doe&quot; will
- be &quot;john_doe&quot; This feature was added to
- help compatibility with shell scripts that have
- difficulty handling spaces, due to the
- default field separator in the shell.
- </para>
- <para>
- Default: not set (spaces will not be replaced)
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</refsect2>
<refsect2 id='PAM'>