adjust since
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
b38149edaa
commit
b6d175a609
|
@ -164,7 +164,7 @@ interface ILDAPProvider {
|
||||||
* @param string $attribute the name of the attribute to read
|
* @param string $attribute the name of the attribute to read
|
||||||
* @return string|null
|
* @return string|null
|
||||||
* @throws \Exception if user id was not found in LDAP
|
* @throws \Exception if user id was not found in LDAP
|
||||||
* @since 22.0.0
|
* @since 21.0.0
|
||||||
*/
|
*/
|
||||||
public function getUserAttribute(string $uid, string $attribute): ?string;
|
public function getUserAttribute(string $uid, string $attribute): ?string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue