Skip to content

Commit cac9b54

Browse files
quentinmitroot
authored andcommitted
Disable strict acceptor checks
1 parent 75e9969 commit cac9b54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ldap/el/config/etc/krb5.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# Other applications require this directory to perform krb5 configuration.
2+
includedir /etc/krb5.conf.d/
3+
14
[libdefaults]
25
allow_weak_crypto = false
36
default_realm = ATHENA.MIT.EDU
47
# The following krb5.conf variables are only for MIT Kerberos.
58
krb4_config = /etc/krb.conf
69
krb4_realms = /etc/krb.realms
10+
ignore_acceptor_hostname = true
711
kdc_timesync = 1
812
ccache_type = 4
913
forwardable = true

0 commit comments

Comments
 (0)