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/responder/common/negcache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/responder/common/negcache.h') diff --git a/src/responder/common/negcache.h b/src/responder/common/negcache.h index 9d070c697..b2e6a7a91 100644 --- a/src/responder/common/negcache.h +++ b/src/responder/common/negcache.h @@ -72,7 +72,6 @@ int sss_ncache_reset_permament(struct sss_nc_ctx *ctx); */ errno_t sss_ncache_prepopulate(struct sss_nc_ctx *ncache, struct confdb_ctx *cdb, - struct sss_names_ctx *names_ctx, struct resp_ctx *rctx); #endif /* _NSS_NEG_CACHE_H_ */ -- cgit