mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
integrate-distro.sh: Add /etc/ldap.conf
This commit is contained in:
parent
a14a6e444c
commit
6adf897334
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue