summaryrefslogtreecommitdiffstats
path: root/source
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
commit7bec28f23c5bef8516e798a0808585ed1a30517e (patch)
tree6a2ad328ac3ba0eaecdfef6facc4b76efae566b4 /source
parent94780f0947f7ad7d5bc83e61681148637b59d7ab (diff)
downloadsamba-7bec28f23c5bef8516e798a0808585ed1a30517e.tar.gz
samba-7bec28f23c5bef8516e798a0808585ed1a30517e.tar.xz
samba-7bec28f23c5bef8516e798a0808585ed1a30517e.zip
Fix typo.
Diffstat (limited to 'source')
-rw-r--r--source/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
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;
}