Files
2025-07-18 16:20:14 +07:00

19 lines
779 B
PHP

<?php
$simpleldap['emailsuffix'] = 'mycompany.org';
$simpleldap['domain'] = 'mydomain.mycompany.org';
$simpleldap['ldaptype'] = 1;
$simpleldap['ldapserver'] = 'pdc.mycompany.org';
$simpleldap['ldap_encoding'] = '';
$simpleldap['port'] = '389';
$simpleldap['basedn']= 'CN=users, DC=mydomain,DC=mycompany,DC=org';
$simpleldap['loginfield'] = 'uid';
$simpleldap['usersuffix'] = '';
$simpleldap['createusers'] = true;
$simpleldap['ldapgroupfield'] = 'department';
$simpleldap['email_attribute'] = "userprincipalname";
$simpleldap['phone_attribute'] = "telephoneNumber";
$simpleldap['update_group'] = true;
$simpleldap['create_new_match_email'] = false;
$simpleldap['allow_duplicate_email'] = true;
$simpleldap['notification_email'] = "";
$simpleldap['LDAPTLS_REQCERT_never'] = false;