From 21d89c38f22bf3b0c013b72988484c73db6ccecb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 23 May 2013 17:41:51 +0200 Subject: Add a domain config attribute for realmd realmd needs to be able to tag various domains with basic info when it configures a domain. --- src/man/sssd.conf.5.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 99337fbb..b902964f 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1663,6 +1663,15 @@ override_homedir = /home/%u + + realmd_tags (string) + + + Various tags stored by the realmd configuration service + for this domain. + + + -- cgit