We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e9969 commit cac9b54Copy full SHA for cac9b54
ldap/el/config/etc/krb5.conf
@@ -1,9 +1,13 @@
1
+# Other applications require this directory to perform krb5 configuration.
2
+includedir /etc/krb5.conf.d/
3
+
4
[libdefaults]
5
allow_weak_crypto = false
6
default_realm = ATHENA.MIT.EDU
7
# The following krb5.conf variables are only for MIT Kerberos.
8
krb4_config = /etc/krb.conf
9
krb4_realms = /etc/krb.realms
10
+ ignore_acceptor_hostname = true
11
kdc_timesync = 1
12
ccache_type = 4
13
forwardable = true
0 commit comments