Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
smeoa committed Feb 13, 2015
1 parent b4ab2bf commit 76f06e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Application/Home/Conf/ldap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
return array(
'LDAP_LOGIN'=>false,
'LDAP_SERVER'=>"ldap://cloud.laxdn.com",
'LDAP_SERVER'=>"ldap://xxxx.xxxx.com",
'LDAP_PORT'=>'389',
'LDAP_USER'=>"uid=laiyaorong,cn=users,dc=laxdn,dc=com,dc=cn",
'LDAP_PWD'=>'kimura1104+',
'LDAP_USER'=>"uid=xxxx,cn=users,dc=xxxx,dc=com,dc=cn",
'LDAP_PWD'=>'xxxx+',
);

0 comments on commit 76f06e9

Please sign in to comment.