Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
change host name to 10.70.0.112 in all LDAP.php files
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifieraru committed Feb 2, 2014
1 parent 24b3681 commit 0a82427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sites/all/modules/ldap_course_sync/LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
class LdapSearch
{
//var $host = "jacobs.jacobs-university.de";
var $host = "sad01.jacobs.jacobs-university.de";
//var $host = "sad01.jacobs.jacobs-university.de";
var $host = "10.70.0.112";
var $ds;
var $errmessage;
var $stat_connect = FALSE;
Expand Down
3 changes: 2 additions & 1 deletion sites/all/modules/ldap_jacobs_basic/LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
class LdapSearch
{
//var $host = "jacobs.jacobs-university.de";
var $host = "sad01.jacobs.jacobs-university.de";
//var $host = "sad01.jacobs.jacobs-university.de";
var $host = "10.70.0.112";
var $ds;
var $errmessage;
var $stat_connect = FALSE;
Expand Down

0 comments on commit 0a82427

Please sign in to comment.