Fix phpdoc.
authorJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 22:03:21 +0000 (00:03 +0200)
committerJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 23:17:56 +0000 (01:17 +0200)
framework/Ldap/lib/Horde/Ldap.php

index 7f9808d..2e2b9bd 100644 (file)
@@ -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.