From bec6f8a76f979c403b0c358d3aa6fa4df5a947e6 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 21 Feb 2021 05:08:26 +0100 Subject: M2N: Dátumtartás jó --- "egy\303\251b/nextcloud/mayor-ldap.php" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'egyéb/nextcloud/mayor-ldap.php') diff --git "a/egy\303\251b/nextcloud/mayor-ldap.php" "b/egy\303\251b/nextcloud/mayor-ldap.php" index 96648202..c51e18bf 100644 --- "a/egy\303\251b/nextcloud/mayor-ldap.php" +++ "b/egy\303\251b/nextcloud/mayor-ldap.php" @@ -799,7 +799,7 @@ $basedn = "DC=ad,DC=bmrg,DC=lan"; ldap_set_option($ld, LDAP_OPT_MATCHED_DN, $basedn); -$ldapbind = ldap_bind($ld, $dn, $pass); //this is the point we are authenticating +$ldapbind = ldap_bind($ld, $cfg['rootBindDn'], $cfg['rootBindPass']); //this is the point we are authenticating -- cgit v1.2.3