mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 03:48:27 +08:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
|
[libdefaults]
|
||
|
default_realm = KERBEROS.RCLONE
|
||
|
dns_lookup_realm = false
|
||
|
dns_lookup_kdc = false
|
||
|
forwardable = true
|
||
|
proxiable = true
|
||
|
[realms]
|
||
|
KERBEROS.RCLONE = {
|
||
|
kdc = localhost
|
||
|
}
|