From f30ec456972fd247fa1589eefbf6370dac0baaa0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sat, 18 Sep 2010 00:03:21 +0200 Subject: [PATCH] Fix phpdoc. --- framework/Ldap/lib/Horde/Ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.0