mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01: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
|
|
}
|