summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-03-01 20:47:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:53 -0500
commit1da8345777c53ed650b9833c23f4dcfec64d7252 (patch)
tree2b7632f3f5d4b25ac0f211642ff173508c424131 /source3/passdb/passdb.c
parent1438ee5359f012e32de8ef51f129fce29b234e6d (diff)
downloadsamba-1da8345777c53ed650b9833c23f4dcfec64d7252.tar.gz
samba-1da8345777c53ed650b9833c23f4dcfec64d7252.tar.bz2
samba-1da8345777c53ed650b9833c23f4dcfec64d7252.zip
r13776: Merge in the editposix ldapsam optimization
(This used to be commit a374546c7e8dfc17eb2346c518d1d89f28c32feb)
Diffstat (limited to 'source3/passdb/passdb.c')
-rw-r--r--source3/passdb/passdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c
index 130d6ba8f6..d795888180 100644
--- a/source3/passdb/passdb.c
+++ b/source3/passdb/passdb.c
@@ -222,7 +222,7 @@ static NTSTATUS samu_set_unix_internal(struct samu *user, const struct passwd *p
return NT_STATUS_OK;
}
- /* generate a SID for the user ewith the RID algorithm */
+ /* generate a SID for the user with the RID algorithm */
urid = algorithmic_pdb_uid_to_user_rid( user->unix_pw->pw_uid );