===== Teampass on RHEL 7 ===== wget https://github.com/nilsteampassnet/TeamPass/archive/2.1.27.36.tar.gz tar zxvf 2.1.27.36.tar.gz -C /var/www/html/teampass subscription-manager repos --enable rhel-7-server-optional-rpms subscription-manager repos --enable rhel-server-rhscl-7-eus-rpms yum install php55 php55-php php55-php-gd php55-php-mbstring yum install php55-php-bcmath yum install php55-php-mysqlnd php55-php-ldap mv /etc/httpd/conf.d/php.conf /etc/httpd/conf.d/php54.off mv /etc/httpd/conf.modules.d/10-php.conf /etc/httpd/conf.modules.d/10-php54.off cp /opt/rh/httpd24/root/etc/httpd/conf.d/php55-php.conf /etc/httpd/conf.d/ cp /opt/rh/httpd24/root/etc/httpd/conf.modules.d/10-php55-php.conf /etc/httpd/conf.modules.d/ cp /opt/rh/httpd24/root/etc/httpd/modules/libphp55-php5.so /etc/httpd/modules/ vi /opt/rh/php55/root/etc/php.ini max_execution_time = 60 service httpd restart create database teampass; grant all privileges on teampass.* to teampass@localhost identified by 'teampass'; mkdir /var/teampass chown apache.apache /var/teampass/ http://ip/teampass rm -r /var/www/html/teampass/install ==== LDAP ==== LDAP server type: Posix / OpenLDAP (RFC2307) Search Based LDAP account suffix for your domain: dc=gbmdc,dc=dc Class to search: person User attribute to search: uid LDAP group to search: teampass LDAP bind DN: uid=admin,cn=users,cn=accounts,dc=gbmdc,dc=dc LDAP bind password: jajajaja LDAP search base: dc=gbmdc,dc=dc LDAP domain controller(s): localhost LDAP port: 389