diff options
author | Tim Potter <tpot@samba.org> | 2003-05-14 00:27:12 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-14 00:27:12 +0000 |
commit | d956b34997cacbb1178ae22795ab3a9279103e85 (patch) | |
tree | ba47f9940fe6b7bcf66281aa0b9daf058885992e | |
parent | 2b47d8532cf12a260fb056049567534511cfcd9c (diff) | |
download | samba-d956b34997cacbb1178ae22795ab3a9279103e85.tar.gz samba-d956b34997cacbb1178ae22795ab3a9279103e85.tar.bz2 samba-d956b34997cacbb1178ae22795ab3a9279103e85.zip |
spelling
(This used to be commit 1b4f904277b5e9331cdf4491163f856aa78d0453)
-rw-r--r-- | source3/passdb/pdb_ldap.c | 4 |
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; |