From 4d37c48274d05b9532b33d8f1190a6751a394787 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 5 Jul 2002 01:51:49 +0000 Subject: Fix debug comment. (This used to be commit f32980c807adf8287436be0d5a223b9b1ce399b8) --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 789eb6fa87..643d165e58 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -607,7 +607,7 @@ static BOOL init_sam_from_ldap (struct ldapsam_privates *ldap_state, pw = getpwnam_alloc(username); if (pw == NULL) { - DEBUG (2,("init_sam_from_ldap: User [%s] does not ave a uid!\n", username)); + DEBUG (2,("init_sam_from_ldap: User [%s] does not exist via system getpwnam!\n", username)); return False; } uid = pw->pw_uid; -- cgit