wok-next rev 2532
nss_ldap: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 19 07:37:46 2009 +0000 (2009-03-19) |
parents | ecba79c6acee |
children | 671a76927143 |
files | nss_ldap/receipt |
line diff
1.1 --- a/nss_ldap/receipt Wed Mar 18 12:35:58 2009 +0100 1.2 +++ b/nss_ldap/receipt Thu Mar 19 07:37:46 2009 +0000 1.3 @@ -35,9 +35,9 @@ 1.4 suffix=$(awk '/^suffix/ { print $2 }' < $1/etc/openldap/slapd.conf | sed 's/"//g') 1.5 rootdn=$(awk '/^rootdn/ { print $2 }' < $1/etc/openldap/slapd.conf | sed 's/"//g') 1.6 rootpw=$(awk '/^rootpw/ { print $2 }' < $1/etc/openldap/slapd.conf) 1.7 - sed -i "s|binddn .*|binddn $rootdn|" \ 1.8 - -i "s|bindpw .*|bindpw $rootpw|" $1/etc/ldap.conf 1.9 - sed -i "s|dc=padl,dc=com|$suffix|g" $1/etc/ldap.conf 1.10 + sed -i -e "s|binddn .*|binddn $rootdn|" \ 1.11 + -e "s|bindpw .*|bindpw $rootpw|" \ 1.12 + -e "s|dc=padl,dc=com|$suffix|g" $1/etc/ldap.conf 1.13 cat <<EOT 1.14 ------ 1.15 Suffix login DN and password are found in /etc/openldap/slapd.conf with suffix, rootdn and rootpw keywords: