summaryrefslogtreecommitdiffstats
path: root/server/modules/auth-freiburg/etc/krb5.conf
diff options
context:
space:
mode:
Diffstat (limited to 'server/modules/auth-freiburg/etc/krb5.conf')
-rw-r--r--server/modules/auth-freiburg/etc/krb5.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/server/modules/auth-freiburg/etc/krb5.conf b/server/modules/auth-freiburg/etc/krb5.conf
new file mode 100644
index 00000000..6fd49243
--- /dev/null
+++ b/server/modules/auth-freiburg/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]
+#########################################################################