From: Jan Schneider Date: Fri, 17 Sep 2010 22:03:21 +0000 (+0200) Subject: Fix phpdoc. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f30ec456972fd247fa1589eefbf6370dac0baaa0;p=horde.git Fix phpdoc. --- diff --git a/framework/Ldap/lib/Horde/Ldap.php b/framework/Ldap/lib/Horde/Ldap.php index 7f9808daa..2e2b9bd20 100644 --- 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.