summaryrefslogtreecommitdiffstats
path: root/cobbler/demo_connect.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/demo_connect.py')
-rw-r--r--cobbler/demo_connect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/demo_connect.py b/cobbler/demo_connect.py
index b9d5192e..12627b1e 100644
--- a/cobbler/demo_connect.py
+++ b/cobbler/demo_connect.py
@@ -31,7 +31,7 @@ if __name__ == "__main__":
# NOTE: if you've changed your xmlrpc_rw port or
# disabled xmlrpc_rw this test probably won't work
- sp = ServerProxy("http://127.0.0.1:25152")
+ sp = ServerProxy("http://127.0.0.1:25151")
(options, args) = p.parse_args()
print "- trying to login with user=%s" % options.user
token = sp.login(options.user,options.password)