mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:04:31 +00:00
fix(auth): fix gitea krb5.conf KDC hostname: knoe-auth→auth
KDC Service is 'auth' (ports 88/749); 'knoe-auth' only exposes HTTP port 8080. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9fe954d30e
commit
5cfd24cd05
@ -31,8 +31,8 @@ data:
|
|||||||
admin_server = prole-kerberos-ad-dc.knoe-system.svc.cluster.local:88
|
admin_server = prole-kerberos-ad-dc.knoe-system.svc.cluster.local:88
|
||||||
}
|
}
|
||||||
KNOE.LOCAL = {
|
KNOE.LOCAL = {
|
||||||
kdc = knoe-auth.knoe-system.svc.cluster.local:88
|
kdc = auth.knoe-system.svc.cluster.local:88
|
||||||
admin_server = knoe-auth.knoe-system.svc.cluster.local:749
|
admin_server = auth.knoe-system.svc.cluster.local:749
|
||||||
}
|
}
|
||||||
|
|
||||||
[domain_realm]
|
[domain_realm]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user