summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-22 09:53:31 +0100
committerGitHub <noreply@github.com>2020-12-22 09:53:31 +0100
commitadc4f1a8113f33c206a15545b4e4911f4d73234f (patch)
tree279a51651e04f4216565825597871199f32b42a6 /apps/user_ldap/lib/Access.php
parent72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff)
parent68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff)
downloadnextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.tar.gz
nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.zip
Merge pull request #22916 from J0WI/unifiy-links-to-php.net
Unify links to php.net
Diffstat (limited to 'apps/user_ldap/lib/Access.php')
-rw-r--r--apps/user_ldap/lib/Access.php2
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);