projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20fab2
)
Fix phpdoc.
author
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 22:03:21 +0000
(
00:03
+0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 23:17:56 +0000
(
01:17
+0200)
framework/Ldap/lib/Horde/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Ldap/lib/Horde/Ldap.php
b/framework/Ldap/lib/Horde/Ldap.php
index
7f9808d
..
2e2b9bd
100644
(file)
--- a/
framework/Ldap/lib/Horde/Ldap.php
+++ b/
framework/Ldap/lib/Horde/Ldap.php
@@
-24,8
+24,8
@@
class Horde_Ldap
* - port: the server port.
* - version: LDAP version (defaults to 3).
* - starttls: when set, ldap_start_tls() is run after connecting.
- * -
searchpw: password to use when searching LDAP
.
- * -
seachdn: the DN to bind as when searching
.
+ * -
binddn: the DN to bind as when searching
.
+ * -
bindpw: password to use when searching LDAP
.
* - basedn: LDAP base.
* - options: hash of LDAP options to set.
* - filter: default search filter.