diff options
| author | Jonathan Bauer | 2013-05-23 20:29:03 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-23 20:29:03 +0200 |
| commit | f192e6d2a2fed1e702ec10baec265539bbf3e06c (patch) | |
| tree | 11122c7cce43db06805814bbebca4f3a31e43c55 /remote/modules/pam | |
| parent | minor (diff) | |
| download | tm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.tar.gz tm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.tar.xz tm-scripts-f192e6d2a2fed1e702ec10baec265539bbf3e06c.zip | |
fix nss-ldap-sed-expr
Diffstat (limited to 'remote/modules/pam')
| -rw-r--r-- | remote/modules/pam/data/etc/systemd/system/activate-nss-ldap.service | 2 |
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 |
