diff options
| author | Jonathan Bauer | 2013-06-19 23:03:34 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-19 23:03:34 +0200 |
| commit | 60ccf93389f79118357fca96f2be4966f30fbfb8 (patch) | |
| tree | 0c773fc926d1c173099dcb94bcb8f880e2b4155b /remote/modules/pam/data/etc | |
| parent | [pam] umount home dir upon session close (diff) | |
| download | tm-scripts-60ccf93389f79118357fca96f2be4966f30fbfb8.tar.gz tm-scripts-60ccf93389f79118357fca96f2be4966f30fbfb8.tar.xz tm-scripts-60ccf93389f79118357fca96f2be4966f30fbfb8.zip | |
[pam] added missing config file, added missing packets
Diffstat (limited to 'remote/modules/pam/data/etc')
| -rw-r--r-- | remote/modules/pam/data/etc/krb5.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/remote/modules/pam/data/etc/krb5.conf b/remote/modules/pam/data/etc/krb5.conf new file mode 100644 index 00000000..6fd49243 --- /dev/null +++ b/remote/modules/pam/data/etc/krb5.conf @@ -0,0 +1,28 @@ +# file copied from configuration package (rootfs/etc/krb5.conf) +######################################################################### +[libdefaults] + noaddresses = false + clockskew = 300 + default_realm = PUBLIC.ADS.UNI-FREIBURG.DE + forwardable = true + minimum_uid = 1000 + proxiable = false + renew_lifetime = 30d + retain_after_close = false + ticket_lifetime = 3d + use_shmem = sshd + allow_weak_crypto=true +######################################################################### +[realms] + PUBLIC.ADS.UNI-FREIBURG.DE = { + kdc = kerberos.uni-freiburg.de + default_domain = uni-freiburg.de + admin_server = kerberos.uni-freiburg.de + } +######################################################################### +[domain_realm] + uni-freiburg.de = PUBLIC.ADS.UNI-FREIBURG.DE + .uni-freiburg.de = PUBLIC.ADS.UNI-FREIBURG.DE +########################################################################## +[appdefaults] +######################################################################### |
