diff options
Diffstat (limited to 'app/Auth')
-rw-r--r-- | app/Auth/Ldap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php index 0ccd09a4..a3c7522c 100644 --- a/app/Auth/Ldap.php +++ b/app/Auth/Ldap.php @@ -144,6 +144,7 @@ class Ldap extends Base * Get LDAP username pattern * * @access public + * @param string $username * @return string */ public function getLdapUserPattern($username) |