You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/09 03:11:48 UTC

directory-fortress-commander git commit: change default to localhost

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master fa51720ee -> 4365ec906


change default to localhost


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/4365ec90
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/4365ec90
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/4365ec90

Branch: refs/heads/master
Commit: 4365ec906b03396d2afe8b58f01e18a8f956ba6a
Parents: fa51720
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Feb 8 20:11:32 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Feb 8 20:11:32 2015 -0600

----------------------------------------------------------------------
 src/main/resources/fortress.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4365ec90/src/main/resources/fortress.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties b/src/main/resources/fortress.properties
index 97d9ebf..12ce3c5 100644
--- a/src/main/resources/fortress.properties
+++ b/src/main/resources/fortress.properties
@@ -18,7 +18,7 @@
 #
 
 # Host name and port of LDAP DIT:
-host=192.168.88.134
+host=localhost
 #host=localhost
 port=10389