diff options
Diffstat (limited to 'apps/user_ldap/lib/Access.php')
-rw-r--r-- | apps/user_ldap/lib/Access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 2b9383697e5..fc1f2458fd1 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -1781,7 +1781,7 @@ class Access extends LDAPUtility { * * @param string $oguid the ObjectGUID in it's binary form as retrieved from AD * @return string - * @link http://www.php.net/manual/en/function.ldap-get-values-len.php#73198 + * @link https://www.php.net/manual/en/function.ldap-get-values-len.php#73198 */ private function convertObjectGUID2Str($oguid) { $hex_guid = bin2hex($oguid); |