summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-09-16 13:01:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:39 -0500
commit9cc189286585b42941f191ea63d6ddf041ecc7ed (patch)
tree483c29e7925c525795b7c98e74e00f0e925423f6 /source3/nsswitch/winbindd_util.c
parentfdcc645973dfc8cd5c3eba55ca5d676fef348c99 (diff)
downloadsamba-9cc189286585b42941f191ea63d6ddf041ecc7ed.tar.gz
samba-9cc189286585b42941f191ea63d6ddf041ecc7ed.tar.bz2
samba-9cc189286585b42941f191ea63d6ddf041ecc7ed.zip
r10262: * Fix for getgrnam not returning builtin group (which is done by getent
group) * Give a better debug message when returning builtin groups. Guenther (This used to be commit ec79971dc7606c1dfea3acf87cd19fa4153ae417)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r--source3/nsswitch/winbindd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index 14b6f03fd4..46daef63ff 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -805,7 +805,7 @@ static BOOL assume_domain(const char *domain) {
return False;
}
-/* Parse a string of the form DOMAIN/user into a domain and a user */
+/* Parse a string of the form DOMAIN\user into a domain and a user */
BOOL parse_domain_user(const char *domuser, fstring domain, fstring user)
{