Blob Blame History Raw
From 52cdf289ff9b40a203d7f823b8dad85501c7404c Mon Sep 17 00:00:00 2001
From: Tomas Halman <thalman@redhat.com>
Date: Wed, 19 Jun 2019 10:15:30 +0200
Subject: [PATCH 1/2] MAN: ldap_user_home_directory default missing
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The default value of "ldap_user_home_directory" is "homeDirectory"
but for AD provider it is "unixHomeDirectory"

Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1673443

Reviewed-by: Michal Židek <mzidek@redhat.com>
(cherry picked from commit 01ea70fa8cc91f05a726d1dea3c64bd776dc3517)
---
 src/man/sssd-ldap.5.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index b6496b50f..f0bc82db5 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -373,7 +373,7 @@
                             home directory.
                         </para>
                         <para>
-                            Default: homeDirectory
+                            Default: homeDirectory (LDAP and IPA), unixHomeDirectory (AD)
                         </para>
                     </listitem>
                 </varlistentry>
-- 
2.20.1