wok diff nss_ldap/receipt @ rev 3858
Fix: lxpanel default size to match icon size
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Aug 07 21:39:21 2009 +0200 (2009-08-07) |
parents | bfd0152b290a |
children | 5b44af8c1257 |
line diff
1.1 --- a/nss_ldap/receipt Fri Mar 13 16:15:38 2009 +0000 1.2 +++ b/nss_ldap/receipt Fri Aug 07 21:39:21 2009 +0200 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: