summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-16 11:01:53 +0100
committerMichael Adam <obnox@samba.org>2009-11-19 17:55:47 +0100
commit557535302c260a2f6102411d7d884eb0f83696c7 (patch)
tree813863c8201beeb7b13b810e4a88f278cf354121 /source3/passdb
parent457055871af86567acc122fb0309c2db9517879a (diff)
downloadsamba-557535302c260a2f6102411d7d884eb0f83696c7.tar.gz
samba-557535302c260a2f6102411d7d884eb0f83696c7.tar.bz2
samba-557535302c260a2f6102411d7d884eb0f83696c7.zip
s3:pdb_ldap: fix a comment typo
Michael
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 401bf95ba1..90ac8e5ffa 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -5071,7 +5071,7 @@ static bool ldapsam_uid_to_sid(struct pdb_methods *methods, uid_t uid,
/*
- * The following functions is called only if
+ * The following functions are called only if
* ldapsam:trusted and ldapsam:editposix are
* set to true
*/