Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c18e7f47 authored by loktionova_n's avatar loktionova_n
Browse files

eos test

parent 955b180f
No related branches found
No related tags found
No related merge requests found
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
default_realm = CERN.CH
ticket_lifetime = 25h
renew_lifetime = 120h
forwardable = true
proxiable = true
default_tkt_enctypes = arcfour-hmac-md5 aes256-cts aes128-cts des3-cbc-sha1 des-cbc-md5 des-cbc-crc
chpw_prompt = true
allow_weak_crypto = true
ticket_lifetime = 25h
renew_lifetime = 7d
forwardable = true
proxiable = true
default_tkt_enctypes = arcfour-hmac-md5 aes256-cts aes128-cts des3-cbc-sha1 des-cbc-md5 des-cbc-crc
chpw_prompt = true
allow_weak_crypto = true
rdns = false
default_ccache_name = FILE:/t3home/%{username}/krb5cc_%{uid}
[domain_realm]
.cern.ch = CERN.CH
psi.ch = D.PSI.CH
.psi.ch = D.PSI.CH
[realms]
; external institutes
CERN.CH = {
default_domain = cern.ch
kpasswd_server = cerndc.cern.ch
admin_server = cerndc.cern.ch
# kpasswd_server = afskrb5m.cern.ch
# admin_server = afskrb5m.cern.ch
kpasswd_server = cerndc.cern.ch
admin_server = cerndc.cern.ch
kdc = cerndc.cern.ch
v4_name_convert = {
host = {
......@@ -31,5 +28,12 @@ default_realm = CERN.CH
}
}
}
D.PSI.CH = {
kdc = rodc00.psi.ch
kdc = rodc01.psi.ch
admin_server = rodc00.psi.ch
}
[logging]
default = FILE:/var/log/krb5libs.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment