Server IP : 103.53.40.154 / Your IP : 18.222.20.30 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/squirrel/../prototype/../tiki/../readerself/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); $config['salt_password'] = '[[salt_password]]'; $config['register'] = true; $config['password_reset'] = true; $config['ldap'] = false; $config['ldap_server'] = 'ldap://localhost'; $config['ldap_port'] = 389; $config['ldap_protocol'] = 3; $config['ldap_rootdn'] = 'cn=Manager,dc=my-domain,dc=com'; $config['ldap_rootpw'] = 'secret'; $config['ldap_basedn'] = 'dc=my-domain,dc=com'; $config['ldap_login_filter'] = '(|(uid=%login)(mail=%login))'; $config['ldap_user_email'] = 'mail'; $config['ldap_user_nickname'] = 'uid'; $config['email_protocol'] = 'mail'; $config['smtp_host'] = ''; $config['smtp_user'] = ''; $config['smtp_pass'] = ''; $config['smtp_port'] = 25;