From bcdb9351bd03b2bd177d498fbe91a3fed464e1a9 Mon Sep 17 00:00:00 2001 From: Marisa Date: Sun, 14 Dec 2025 13:52:31 -0500 Subject: [PATCH] Delete index.php.tls --- index.php.tls | 55 --------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 index.php.tls diff --git a/index.php.tls b/index.php.tls deleted file mode 100644 index f37858b..0000000 --- a/index.php.tls +++ /dev/null @@ -1,55 +0,0 @@ -Cannot connect to LDAP server

"; - } else { - ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3); - ldap_set_option($ldap, LDAP_OPT_REFERRALS, 0); - - $bind_dn = "uid=$uid,ou=People,dc=$host"; - if (@ldap_bind($ldap, $bind_dn, $password)) { - $msg = "

Login successful! Welcome $uid 🎉

"; - } else { - $msg = "

Invalid credentials

"; - } - ldap_close($ldap); - } - } else { - $msg = "

uid=$uid,ou=People,dc=$host Please fill both fields

"; - } -} -?> - - - - - ldapdock – LDAP login - - - -

ldapdock login

-

Server:

- -
-
-
- -
-
- Test user: marisa / q***** - -