hi folks, tried to set it up, but having trouble getting started, nothing works yet...
root@wpdeb:~# dnsmkdnsserver dns_server -d trestler
Traceback (most recent call last):
File "/usr/local/bin/dnsmkdnsserver", line 5, in <module>
pkg_resources.run_script('RosterUserTools==0.17', 'dnsmkdnsserver')
File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 505, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 1245, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/RosterUserTools-0.17-py2.7.egg/EGG-INFO/scripts/dnsmkdnsserver", line 138, in <module>
main(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/RosterUserTools-0.17-py2.7.egg/EGG-INFO/scripts/dnsmkdnsserver", line 76, in main
cli_common_lib_instance = cli_common_lib.CliCommonLib(options)
File "/usr/local/lib/python2.7/dist-packages/RosterUserTools-0.17-py2.7.egg/roster_user_tools/cli_common_lib.py", line 100, in __init__
roster_client_lib.CheckServerVersionMatch(self.options.server)
File "/usr/local/lib/python2.7/dist-packages/RosterUserTools-0.17-py2.7.egg/roster_user_tools/roster_client_lib.py", line 253, in CheckServerVersionMatch
server = xmlrpclib.ServerProxy(server_name, allow_none=True)
File "/usr/lib/python2.7/xmlrpclib.py", line 1549, in __init__
raise IOError, "unsupported XML-RPC protocol"
IOError: unsupported XML-RPC protocol
root@wpdeb:~#
I have the self-signed certificate, but the link for how to set that up in the instructions is broken... not sure I did that right.
Is there a way to test that authentication is working?