summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-14 00:26:32 +0000
committerTim Potter <tpot@samba.org>2003-05-14 00:26:32 +0000
commiteb776e4fb64a87999aa04895541a8bea5e2772f3 (patch)
tree4fc534fd79aca6e5a8a1501c31c6ec6e264c218a
parent66e24c8aaeda194185c8c2ea21b4d6fd7065c529 (diff)
downloadsamba-eb776e4fb64a87999aa04895541a8bea5e2772f3.tar.gz
samba-eb776e4fb64a87999aa04895541a8bea5e2772f3.tar.bz2
samba-eb776e4fb64a87999aa04895541a8bea5e2772f3.zip
spelling
(This used to be commit 6097b050d082c7c88dca5416389617306e6dab0c)
-rw-r--r--source3/passdb/pdb_ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index b75238e971..8f4f04d57e 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -3181,13 +3181,13 @@ static NTSTATUS pdb_init_ldapsam(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb_met
ldap_state->permit_non_unix_accounts = True;
- /* We know these uids can't turn up as allogorithmic RIDs */
+ /* We know these uids can't turn up as algorithmic RIDs */
if (!lp_idmap_uid(&low_idmap_uid, &high_idmap_uid)) {
DEBUG(0, ("cannot use ldapsam_nua without 'idmap uid' range in smb.conf!\n"));
return NT_STATUS_UNSUCCESSFUL;
}
- /* We know these gids can't turn up as allogorithmic RIDs */
+ /* We know these gids can't turn up as algorithmic RIDs */
if (!lp_idmap_gid(&low_idmap_gid, &high_idmap_gid)) {
DEBUG(0, ("cannot use ldapsam_nua without 'wibnind gid' range in smb.conf!\n"));
return NT_STATUS_UNSUCCESSFUL;