summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-23 20:29:03 +0200
committerJonathan Bauer2013-05-23 20:29:03 +0200
commitf192e6d2a2fed1e702ec10baec265539bbf3e06c (patch)
tree11122c7cce43db06805814bbebca4f3a31e43c55
parentminor (diff)
downloadtm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.tar.gz
tm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.tar.xz
tm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.zip
fix nss-ldap-sed-expr
-rw-r--r--remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service b/remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service
index 7489e8b5..721c6adc 100644
--- a/remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service
+++ b/remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service
@@ -3,4 +3,4 @@ Description=Activate NSS-LDAP lookups
[Service]
Type=simple
-ExecStart=sed -i.bak 's/^passwd.*/passwd:\t\tfiles ldap/g;s/^group.*/group:\t\tfiles ldap/g' /etc/nsswitch.conf
+ExecStart=/opt/openslx/bin/sed -i.bak 's/^passwd.*/passwd:\t\tfiles ldap/g;s/^group.*/group:\t\tfiles ldap/g' /etc/nsswitch.conf