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/config/etc/sssd.api.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/etc') diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 580aeaaaf..0c21bf99b 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -114,6 +114,7 @@ fallback_homedir = str, None, false override_shell = str, None, false default_shell = str, None, false description = str, None, false +realmd_tags = str, None, false #Entry cache timeouts entry_cache_user_timeout = int, None, false -- cgit