If I, as my user
Regardless of what I type as the password, I get this:
So, it's suing anyway, but what a heck?
If I, instead, run just
I have default
Also, my hostname is
vlad
, run doas -s
, or doas -S
, or sudo -s
, and type my password, I became root
. If then I run su vlad
, I get this:
Code:
# su vlad
vlad@M.FCKDOM.ORG's Password:
Regardless of what I type as the password, I get this:
Code:
su: krb5_verify_user: unable to reach any KDC in realm M.FCKDOM.ORG
$
So, it's suing anyway, but what a heck?
If I, instead, run just
su
, or su -
, or sudo -i
, and then su vlad
, it will not ask me for a password, as I would always expect.I have default
{,/usr/local}/etc/pam.d
configuration, where all lines related to krb5
are commented.Also, my hostname is
hq.m.fckdom.org
, not M.FCKDOM.ORG
.