Commit bbee2a9c by Roger Smith

Add pywinrm dependencies for RPM

parent 74e351a8
......@@ -30,9 +30,14 @@ On a Linux control machine::
If you wish to connect to domain accounts published through Active Directory (as opposed to local accounts created on the remote host)::
# Debian-based distributions (Debian, Ubuntu, …)
sudo apt-get install python-dev libkrb5-dev
pip install kerberos
# RPM-based distributions (Fedora, CentOS, RHEL, …)
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
pip install kerberos
Kerberos is installed and configured by default on OS X and many Linux distributions. If your control machine has not already done this for you, you will need to.
.. _windows_inventory:
......
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