From 3c60433641ce2e86b9b04778c8f8652ef0d097e4 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 11 Apr 2012 15:02:10 +0200 Subject: Make re_expression and full_name_format per domain options * Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663 --- src/util/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 2912f899a..b51aebbd8 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -397,6 +397,7 @@ struct sss_names_ctx { int sss_names_init(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, + const char *domain, struct sss_names_ctx **out); int sss_parse_name(TALLOC_CTX *memctx, -- cgit