mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
trying to fix /etc/hosts
This commit is contained in:
parent
7d63e967da
commit
8269371588
@ -33,7 +33,14 @@ chown -R openldap:openldap /etc/ldap/
|
|||||||
rm /etc/ldap/slapd.d/cn\=config/*mdb*
|
rm /etc/ldap/slapd.d/cn\=config/*mdb*
|
||||||
/etc/init.d/slapd restart
|
/etc/init.d/slapd restart
|
||||||
ldapadd -c -H ldap://localhost:390 -x -D "cn=admin,dc=example,dc=org" -f /etc/ldap/content.ldif -w password
|
ldapadd -c -H ldap://localhost:390 -x -D "cn=admin,dc=example,dc=org" -f /etc/ldap/content.ldif -w password
|
||||||
|
if grep -q '127.0.0.1' /etc/hosts
|
||||||
|
then
|
||||||
sed -i "s/\(127.0.0.1.*\)/\1 ldap.ldapcherry.org ad.ldapcherry.org ldap.dnscherry.org/" /etc/hosts
|
sed -i "s/\(127.0.0.1.*\)/\1 ldap.ldapcherry.org ad.ldapcherry.org ldap.dnscherry.org/" /etc/hosts
|
||||||
|
else
|
||||||
|
echo '127.0.0.1 ldap.ldapcherry.org ad.ldapcherry.org ldap.dnscherry.org' >> /etc/hosts
|
||||||
|
fi
|
||||||
|
cat /etc/hosts
|
||||||
|
|
||||||
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user