added rhn_channel module

pull/4420/head
Vincent Van der Kussen 2013-03-23 16:32:10 +01:00
parent 1388bb7859
commit 3a626032ae
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ def main():
saturl = module.params['url']
#initialize connection
user = "kussenv"
pwd = "fubar2000"
user = ""
pwd = ""
client = xmlrpclib.Server(saturl, verbose=0)
session = client.auth.login(user, pwd)