Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1097

txwinrm v0.9.0 available with support for kerberos

$
0
0

txwinrm version 0.9.0 is now available on pypi and github. It has support for kerberos authentication of domain accounts in addition to the existing basic authentication. txwinrm is an async WinRM client library with command line utilities. It will be used in the new Windows monitoring zenpack.

 

https://pypi.python.org/pypi/txwinrm

 

https://github.com/zenoss/txwinrm

 

To install and run it on a Linux host with Python 2.7 installed...

 

yum -y install krb5-devel

  -or-

apt-get install libkrb5-dev

 

easy_install kerberos

easy_install twisted

easy_install txwinrm

 

Post any feedback to this forum/discussion.


Viewing all articles
Browse latest Browse all 1097

Trending Articles