From ce357dbdc79890ecc9cd99d0bc263181c81db85f Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 17 Jun 2015 19:40:01 +0200 Subject: [PATCH] fix /etc/hosts for test env --- tests/test_env/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index e859180..35405bf 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -33,7 +33,7 @@ chown -R openldap:openldap /etc/ldap/ rm /etc/ldap/slapd.d/cn\=config/*mdb* /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 -sed -i "s/\(127.0.0.1.*\)/\1 ldap.ldapcherry.org ad.ldapcherry.org/" /etc/hosts +sed -i "s/\(127.0.0.1.*\)/\1 ldap.ldapcherry.org ad.ldapcherry.org ldap.dnscherry.org/" /etc/hosts df -h