From 6adf897334ff66d7043ec71b79a8e0ee2043655b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 21 Jun 2011 14:50:04 +0000 Subject: [PATCH] integrate-distro.sh: Add /etc/ldap.conf --- scripts/integrate-distro.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/integrate-distro.sh b/scripts/integrate-distro.sh index 97f548ef..be658aeb 100644 --- a/scripts/integrate-distro.sh +++ b/scripts/integrate-distro.sh @@ -410,6 +410,11 @@ make_etc_hosts() EOT } +make_etc_ldap_conf() +{ + cat /etc/ldap.conf +} + make_etc_openldap_ldap_conf() { _cat << EOT @@ -664,6 +669,7 @@ cmd_install() make_etc_openldap_ldap_conf > $root/etc/openldap/ldap.conf chmod 644 $root/etc/openldap/ldap.conf + make_etc_ldap_conf > $root/etc/hosts make_etc_hosts > $root/etc/hosts make_etc_fstab > $root/etc/fstab