From a488334bf1d2c76ebad123df4fc970d617dee126 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 31 Jul 2009 23:17:54 +0200 Subject: Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me. --- source3/winbindd/winbindd_passdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_passdb.c b/source3/winbindd/winbindd_passdb.c index 89eda3c820..b959bfc9ad 100644 --- a/source3/winbindd/winbindd_passdb.c +++ b/source3/winbindd/winbindd_passdb.c @@ -103,7 +103,7 @@ static NTSTATUS name_to_sid(struct winbindd_domain *domain, break; default: /* Avoid any NSS calls in the lookup_name by default */ - flags |= LOOKUP_NAME_EXPLICIT; + flags |= LOOKUP_NAME_NO_NSS; DEBUG(10,("winbindd_passdb: limiting name_to_sid() to explicit mappings\n")); break; } -- cgit