Merge pull request #15894 from jhawkesworth/add_ubuntu_krb5_user_to_windows_intro
add krb5-user to list of packages to install for ubuntu
This commit is contained in:
commit
9ad5a32208
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Installing python-kerberos dependencies
|
|||
yum -y install python-devel krb5-devel krb5-libs krb5-workstation
|
||||
|
||||
# Via Apt (Ubuntu)
|
||||
sudo apt-get install python-dev libkrb5-dev
|
||||
sudo apt-get install python-dev libkrb5-dev krb5-user
|
||||
|
||||
# Via Portage (Gentoo)
|
||||
emerge -av app-crypt/mit-krb5
|
||||
|
|
Loading…
Reference in a new issue