1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Fix typo.

(This used to be commit 7bec28f23c5bef8516e798a0808585ed1a30517e)
This commit is contained in:
John Terpstra 2003-05-10 00:03:58 +00:00
parent c079ba4e6b
commit aae4f09c84

View File

@ -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;
}