summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-07-19 14:42:41 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-07-20 20:19:03 +0200
commit5f879ab8b6c1cefbc63e1c2303f79b09b6246ca3 (patch)
treedbf983d545bbef4eb670cc10cb6ae9a0711de72b /src/man/sssd.conf.5.xml
parent813c26345fb0d41f86f20d365abe9d579c2bc397 (diff)
downloadsssd_unused-5f879ab8b6c1cefbc63e1c2303f79b09b6246ca3.tar.gz
sssd_unused-5f879ab8b6c1cefbc63e1c2303f79b09b6246ca3.tar.xz
sssd_unused-5f879ab8b6c1cefbc63e1c2303f79b09b6246ca3.zip
MAN: Improvements to the AD provider manpage
Add information about ID mapping (including how to disable it) as well as information on how to handle homedir and shell. https://fedorahosted.org/sssd/ticket/1433
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index dbacf7aa..26f05eae 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -449,6 +449,16 @@
<para>
This option can also be set per-domain.
</para>
+ <para>
+ example:
+ <programlisting>
+override_homedir = /home/%u
+ </programlisting>
+ </para>
+ <para>
+ Default: Not set (SSSD will use the value
+ retrieved from LDAP)
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -464,6 +474,12 @@
as for override_homedir.
</para>
<para>
+ example:
+ <programlisting>
+override_homedir = /home/%u
+ </programlisting>
+ </para>
+ <para>
Default: not set (no substitution for unset home
directories)
</para>