From 7bec28f23c5bef8516e798a0808585ed1a30517e Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 10 May 2003 00:03:58 +0000 Subject: [PATCH] Fix typo. --- source/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c index 021b2e621e6..6a609b36704 100644 --- a/source/passdb/pdb_ldap.c +++ b/source/passdb/pdb_ldap.c @@ -3222,7 +3222,7 @@ static NTSTATUS pdb_init_ldapsam_nua(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb /* We know these gids can't turn up as allogorithmic RIDs */ if (!lp_winbind_gid(&low_winbind_gid, &high_winbind_gid)) { - DEBUG(0, ("cannot use ldapsam_nua without 'wibnind gid' range in smb.conf!\n")); + DEBUG(0, ("cannot use ldapsam_nua without 'winbind gid' range in smb.conf!\n")); return NT_STATUS_UNSUCCESSFUL; } -- 2.11.4.GIT