Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $g_login_method = LDAP;
- $g_ldap_server = 'ldap://ldap.example.local:389';
- $g_ldap_rootdn = 'dc=example,dc=local';
- $g_ldap_protocol_version = '3';
- $g_ldap_follow_referrals = 'OFF';
- $g_ldap_bind_dn = 'CN=MyLdapSearcher,OU=User,OU=Group,DC=example,DC=local';
- $g_ldap_bind_passwd = 'MyPassword';
- $g_ldap_uid_field = 'sAMAccountName';
- $g_use_ldap_realname='ON';
- $g_use_ldap_email='ON';
Advertisement
Add Comment
Please, Sign In to add comment