From 6fc4702a3037d9bb5b27bcb58f70edf1802b7b19 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 4 Apr 2013 13:03:23 +0200 Subject: Allow using flatname for subdomain home dir template https://fedorahosted.org/sssd/ticket/1609 --- src/man/sssd.conf.5.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 7bcccee8..6a1292c6 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1638,7 +1638,15 @@ override_homedir = /home/%u Use this homedir as default value for all subdomains within this domain. See override_homedir - for info about possible values. + for info about possible values. In addition to those, the + expansion below can only be used with + subdomain_homedir. + + + %F + flat (NetBIOS) name of a subdomain. + + The value can be overridden by -- cgit