summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-10 00:03:58 +0000
committerJohn Terpstra <jht@samba.org>2003-05-10 00:03:58 +0000
commitaae4f09c8400269e7bc8a0c15abe99c8ce29233a (patch)
tree1bb151272ff035ef324415d60a5fd1cdcd9ddf0e /source3/passdb
parentc079ba4e6b65fcaff93ff249cfb54da967f26caa (diff)
downloadsamba-aae4f09c8400269e7bc8a0c15abe99c8ce29233a.tar.gz
samba-aae4f09c8400269e7bc8a0c15abe99c8ce29233a.tar.bz2
samba-aae4f09c8400269e7bc8a0c15abe99c8ce29233a.zip
Fix typo.
(This used to be commit 7bec28f23c5bef8516e798a0808585ed1a30517e)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 021b2e621e..6a609b3670 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/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;
}