-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsample-kdcproxy.conf
More file actions
24 lines (21 loc) · 957 Bytes
/
sample-kdcproxy.conf
File metadata and controls
24 lines (21 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[global]
# Use default libkrb5 configuration; if you load the mit config module in the master configuration file,
# kdcproxy will also read the config using libkrb5 (usually /etc/krb5.conf). If this module is used, kdcproxy
# will respect the DNS settings from the [libdefaults] section and the realm configuration from the [realms] section.
# For more information, see the documentation for MIT's krb5.conf.
configs = mit
# Use DNS SRV lookup to automatically resolve domain
use_dns = False
[CONTOSO.LOC]
# The realm configuration parameters may list multiple servers separated by a space.
# The order the realms are specified in will be respected by kdcproxy when forwarding requests. The port number is optional.
#
# Possible schemes are:
# * kerberos://
# * kerberos+tcp://
# * kerberos+udp://
# * kpasswd://
# * kpasswd+tcp://
# * kpasswd+udp://
kerberos = kerberos+tcp://test-dc1.contoso.loc:88
kpasswd = kpasswd+tcp://test-dc1.contoso.loc:464