Merge "Install ldappool when LDAP is enabled"

This commit is contained in:
Jenkins 2014-10-28 03:24:15 +00:00 committed by Gerrit Code Review
commit 89d378e4bb
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ function install_ldap {
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
fi
pip_install ldappool
rm -rf $tmp_ldap_dir
}