Skip to content

Commit 88e9586

Browse files
committed
LDAP VM does not require python-pip (or epel)
1 parent a3e0305 commit 88e9586

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/centos/ldap/install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
yum -y update
2-
# python-pip is in epel..
3-
yum -y install epel-release
4-
yum -y install openldap-servers openldap-clients openldap-devel python-devel gcc cyrus-sasl-plain xfsprogs net-snmp ps-misc wget python-pip python-ldap
2+
yum -y install openldap-servers openldap-clients openldap-devel python-devel gcc cyrus-sasl-plain xfsprogs net-snmp ps-misc wget python-ldap
53

64
service slapd stop
75
service slapd start

0 commit comments

Comments
 (0)