diff options
| author | Jonathan Bauer | 2014-01-22 15:54:42 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-22 15:54:42 +0100 |
| commit | 8c9328d2fddf32707b5ce4a3c4f036642850c75e (patch) | |
| tree | 42e61f003c974981256d8696562bb2b8a65d2c49 | |
| parent | [pam-freiburg] nslcd.conf base group map fix (diff) | |
| parent | [stage32-opensuse] remote target links (diff) | |
| download | tm-scripts-8c9328d2fddf32707b5ce4a3c4f036642850c75e.tar.gz tm-scripts-8c9328d2fddf32707b5ce4a3c4f036642850c75e.tar.xz tm-scripts-8c9328d2fddf32707b5ce4a3c4f036642850c75e.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/pam/pam.conf.opensuse | 4 | ||||
| l--------- | remote/targets/stage32-opensuse/cron | 1 | ||||
| l--------- | remote/targets/stage32-opensuse/idleaction | 1 | ||||
| l--------- | remote/targets/stage32-opensuse/smartctl | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/remote/modules/pam/pam.conf.opensuse b/remote/modules/pam/pam.conf.opensuse index fe6199ea..adef3174 100644 --- a/remote/modules/pam/pam.conf.opensuse +++ b/remote/modules/pam/pam.conf.opensuse @@ -1,5 +1,4 @@ REQUIRED_INSTALLED_PACKAGES=" - pam_ldap pam pam_krb5 pam-devel @@ -13,12 +12,11 @@ REQUIRED_INSTALLED_PACKAGES=" pam-devel " REQUIRED_CONTENT_PACKAGES=" - pam_ldap pam pam_krb5 pam-devel - nss_ldap pam-modules + nss-pam-ldapd nss-mdns openldap2-client nfsidmap diff --git a/remote/targets/stage32-opensuse/cron b/remote/targets/stage32-opensuse/cron new file mode 120000 index 00000000..39164da5 --- /dev/null +++ b/remote/targets/stage32-opensuse/cron @@ -0,0 +1 @@ +../../modules/cron
\ No newline at end of file diff --git a/remote/targets/stage32-opensuse/idleaction b/remote/targets/stage32-opensuse/idleaction new file mode 120000 index 00000000..09fd9493 --- /dev/null +++ b/remote/targets/stage32-opensuse/idleaction @@ -0,0 +1 @@ +../../modules/idleaction
\ No newline at end of file diff --git a/remote/targets/stage32-opensuse/smartctl b/remote/targets/stage32-opensuse/smartctl new file mode 120000 index 00000000..3a48434f --- /dev/null +++ b/remote/targets/stage32-opensuse/smartctl @@ -0,0 +1 @@ +../../modules/smartctl
\ No newline at end of file |
