From ae0a5011e2644eaa482ea1b9e1451eff05c676b9 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 2 Dec 2013 14:19:09 +0100 Subject: NSS: Add option to expand homedir template format LDAP server can contain template for home directory instead of plain string. This patch adds new expand option "%H", which will be replaced with value from configuration option homedir_substring (from sssd.conf) Resolves: https://fedorahosted.org/sssd/ticket/1853 --- src/man/po/po4a.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'src/man/po/po4a.cfg') diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index baad09d30..70fa28c88 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -37,3 +37,4 @@ [type:docbook] include/ldap_search_bases.xml $lang:$(builddir)/$lang/include/ldap_search_bases.xml opt:"-k 0" [type:docbook] include/autofs_restart.xml $lang:$(builddir)/$lang/include/autofs_restart.xml opt:"-k 0" [type:docbook] include/override_homedir.xml $lang:$(builddir)/$lang/include/override_homedir.xml opt:"-k 0" +[type:docbook] include/homedir_substring.xml $lang:$(builddir)/$lang/include/homedir_substring.xml opt:"-k 0" -- cgit