@@ -133,6 +133,10 @@ discard block |
||
133 | 133 | protected $userDN; |
134 | 134 | |
135 | 135 | # Create AD password (Microsoft Active Directory password format) |
136 | + |
|
137 | + /** |
|
138 | + * @param string $password |
|
139 | + */ |
|
136 | 140 | protected static function encodePassword($password) { |
137 | 141 | $password = "\"" . $password . "\""; |
138 | 142 | $adpassword = mb_convert_encoding($password, "UTF-16LE", "UTF-8"); |
@@ -566,8 +570,6 @@ discard block |
||
566 | 570 | |
567 | 571 | /** |
568 | 572 | * Send LDAP pagination control. |
569 | - * @param int $pageSize |
|
570 | - * @param bool $isCritical |
|
571 | 573 | * @param string $cookie |
572 | 574 | * @return bool |
573 | 575 | */ |