diff options
author | M.Gergo | 2021-02-22 04:00:09 +0100 |
---|---|---|
committer | M.Gergo | 2021-02-22 04:00:09 +0100 |
commit | 5a088b9cecda8c8ae7bc28fc39c7483331be397d (patch) | |
tree | e179d9d86e2f48142137d316ba3037228ab00e82 /egyéb/nextcloud/mayor-nextcloud.cfg.php | |
parent | da47aa338e5a285ae98e809436f699072cd68701 (diff) | |
download | mayor-5a088b9cecda8c8ae7bc28fc39c7483331be397d.tar.gz mayor-5a088b9cecda8c8ae7bc28fc39c7483331be397d.zip |
M2L: ldap_open()
Diffstat (limited to 'egyéb/nextcloud/mayor-nextcloud.cfg.php')
-rw-r--r-- | egyéb/nextcloud/mayor-nextcloud.cfg.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/egyéb/nextcloud/mayor-nextcloud.cfg.php b/egyéb/nextcloud/mayor-nextcloud.cfg.php index dc5d8c54..bec82d67 100644 --- a/egyéb/nextcloud/mayor-nextcloud.cfg.php +++ b/egyéb/nextcloud/mayor-nextcloud.cfg.php @@ -41,8 +41,11 @@ $cfg['kihagy'] = array(); //pl: array('Trap.Pista', 'Ebeed.Elek', '22att') $cfg['verbose'] = 3 ; -$cfg['ad_rootBindDn'] = "CN=LDAP_ADATCSERE_ADMIN,CN=Users,DC=ad,DC=iskola,DC=hu"; -$cfg['ad_rootBindPass'] = "<password>"; +$cfg['ldap_server'] = "ldaps://windows.iskola.hu:636"; //Jelszóváltoztatást csak TLS/SSL porton enged a windows! +$cfg['ldap_reqCert'] = "allow"; // Ellenőrizze-e a certet: "true" "allow" "never" +$cfg['ldap_baseDn'] = "DC=ad,DC=iskola,DC=hu"; +$cfg['ldap_rootBindDn'] = "CN=LDAP_ADATCSERE_ADMIN,CN=Users,DC=ad,DC=iskola,DC=hu"; +$cfg['ldap_rootBindPw'] = "<password>"; $occ_path = "/var/www/nextcloud/"; |