working ldaps

This commit is contained in:
2025-03-27 20:28:42 +01:00
parent 4ebfd046de
commit 2a2a96a7b4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
<?php <?php
// Cette ligne permet d'autoriser les certificats auto-signés
putenv('LDAPTLS_REQCERT=never');
require_once "database.php"; require_once "database.php";
$ldap_domain_name = "woodywood"; $ldap_domain_name = "woodywood";

View File

@@ -25,5 +25,3 @@ $info = LdapGetUserInfo($user);
$body = PrintLoginInfo($info); $body = PrintLoginInfo($info);
require_once "templates/login_success.html.php"; require_once "templates/login_success.html.php";
// TODO: ldaps