search for: reset_ldap

Displaying 1 result from an estimated 1 matches for "reset_ldap".

Did you mean: reset_heap
2015 Nov 27
2
LDAP setup on Centos 7
...Invalid credentials (49) Note: in the server-world one I tried using "dc=ringways,dc=com" as well as leaving it as "dc=server,dc=world" but it didn't seem to make any difference. After each attempt I reset everything using the following script. [root at ollie2 ~]# cat reset_ldap.sh #!/bin/bash -x systemctl stop slapd rpm -e openldap-servers openldap-clients cd /var/lib rm -Rf ldap cd /etc/openldap/ rm -Rf slapd.d/ yum -y install openldap-servers openldap-clients cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIG systemctl start slapd slaptest -F /e...