From cd5f0b8ada953fd5a7b5a91f57530e279d1913c0 Mon Sep 17 00:00:00 2001
From: Marisa
Date: Sun, 14 Dec 2025 13:55:26 -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: = htmlspecialchars($host) ?>
- = $msg ?>
-
-
- Test user: marisa / q*****
-
-