diff options
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/pam/pam.conf | 20 | ||||
| -rw-r--r-- | remote/modules/xorg/xorg.conf | 5 |
2 files changed, 23 insertions, 2 deletions
diff --git a/remote/modules/pam/pam.conf b/remote/modules/pam/pam.conf index 2d334b52..94356d45 100644 --- a/remote/modules/pam/pam.conf +++ b/remote/modules/pam/pam.conf @@ -1,6 +1,10 @@ REQUIRED_INSTALLED_PACKAGES=" libpam-ldap libnss-ldap - libpam-script" + libpam-script + krb5-user + krb5-config + libpam-krb5 + libpam-mount" REQUIRED_CONTENT_PACKAGES=" libpam0g libpam-modules libpam-ck-connector @@ -8,7 +12,19 @@ REQUIRED_CONTENT_PACKAGES=" libpam0g libpam-script libldap-2.4-2 libpam-ldap - libnss-ldap" + libnss-ldap + krb5-user + krb5-config + libpam-krb5 + libpam-mount" +REQUIRED_BINARIES=" mount.crypt + umount.crypt + mount.crypt_LUKS + umount.crypt_LUKS + mount.crypto_LUKS + umount.crypto_LUKS + perl" +REQUIRED_SYSTEM_FILES=" /lib/security/pam_mount.so" REQUIRED_DIRECTORIES=" /lib /usr/lib /etc/security" diff --git a/remote/modules/xorg/xorg.conf b/remote/modules/xorg/xorg.conf index 74d162e7..a3e5e6a0 100644 --- a/remote/modules/xorg/xorg.conf +++ b/remote/modules/xorg/xorg.conf @@ -41,8 +41,13 @@ REQUIRED_BINARIES=" Xorg xkbbell xkbevd vmmouse_detect" +<<<<<<< HEAD REQUIRED_DIRECTORIES=" /usr/lib /usr/share/X11 " +======= +REQUIRED_DIRECTORIES=" /usr/lib + /usr/share/X11" +>>>>>>> a39f240dae983bdb9e2ba081483f55e8dfdc2e43 REQUIRED_FILES="" |
