ich bin nun seit ein paar stunden an krb5-user zu konfigurieren
und ich komme zu keinem ziel, wäre um etwas Hilfe dankbar, Danke
-
root@testad:/etc# dpkg -l | grep krb5
ii krb5-config 2.6+nmu1 all Configuration
files for Kerberos Version 5
ii krb5-user 1.18.3-6+deb11u1 amd64 basic
programs to authenticate using MIT Kerberos
ii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT
Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT
Kerberos runtime libraries
ii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT
Kerberos runtime libraries - Support library
--
root@testad:/etc# hostname -d
stern.m
root@testad:/etc# hostname -f
testad.stern.m
--
root@testad:/etc# cat /etc/krb5.conf
[libdefaults]
default_realm = STERN.M
ticket_lifetime = 24h
renew_lifetime = 7d
dns_lookup_realm = false
[realms]
STERN.M = { kdc = testad.stern.m:88 }
[domain_realm]
stern.m = STERN.M
.stern.m = STERN.M
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
root@testad:/etc#
--
root@testad:/etc# ping stern.m
PING testad.stern.m (192.168.10.254) 56(84) bytes of data.
64 bytes from testad.stern.m (192.168.10.254): icmp_seq=1 ttl=64
time=0.027 ms
root@testad:/etc# ping testad.stern.m
PING testad.stern.m (192.168.10.254) 56(84) bytes of data.
64 bytes from testad.stern.m (192.168.10.254): icmp_seq=1 ttl=64
time=0.027 ms
--
root@testad:/etc# kinit
kinit: Cannot contact any KDC for realm 'STERN.M' while getting initial
credentials
root@testad:/etc# klist
klist: No credentials cache found (filename: /tmp/krb5cc_0)