From 93ef5cf4a09990006881e989d44d466a2d29fe4a Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Fri, 18 Oct 2024 09:28:29 -0400 Subject: [PATCH] Update LdapInterface.php --- src/LdapInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LdapInterface.php b/src/LdapInterface.php index c934a3ed..735f858c 100644 --- a/src/LdapInterface.php +++ b/src/LdapInterface.php @@ -5,7 +5,7 @@ use LDAP\Connection; /** - * @see https://ldap.com/ldap-oid-reference-guide/ + * @see https://ldap.com/ldap-oid-reference-guide * @see http://msdn.microsoft.com/en-us/library/cc223359.aspx * @see https://help.univention.com/t/openldap-debug-level/19301 */