added rhn_channel module

parent 1388bb78
...@@ -103,8 +103,8 @@ def main(): ...@@ -103,8 +103,8 @@ def main():
saturl = module.params['url'] saturl = module.params['url']
#initialize connection #initialize connection
user = "kussenv" user = ""
pwd = "fubar2000" pwd = ""
client = xmlrpclib.Server(saturl, verbose=0) client = xmlrpclib.Server(saturl, verbose=0)
session = client.auth.login(user, pwd) session = client.auth.login(user, pwd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment