From bbee2a9c657532d251f1fb3f5872838a2b250ca6 Mon Sep 17 00:00:00 2001 From: Roger Smith Date: Thu, 30 Jul 2015 18:21:26 +1200 Subject: [PATCH] Add pywinrm dependencies for RPM --- docsite/rst/intro_windows.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index ff8d99a88f1..a6d634d2784 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -30,8 +30,13 @@ 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.