Guest User

Untitled

a guest
Nov 21st, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1.         $g_login_method = LDAP;
  2.         $g_ldap_server = 'ldap://ldap.example.local:389';
  3.         $g_ldap_rootdn = 'dc=example,dc=local';
  4.         $g_ldap_protocol_version = '3';
  5.         $g_ldap_follow_referrals = 'OFF';
  6.         $g_ldap_bind_dn = 'CN=MyLdapSearcher,OU=User,OU=Group,DC=example,DC=local';
  7.         $g_ldap_bind_passwd = 'MyPassword';
  8.         $g_ldap_uid_field = 'sAMAccountName';
  9.         $g_use_ldap_realname='ON';
  10.         $g_use_ldap_email='ON';
Advertisement
Add Comment
Please, Sign In to add comment