Man page - ksu.heimdal(1)
Packages contains this manual
apt-get install heimdal-clients
Manual
SU (1) General Commands Manual SU (1)
NAME
su â substitute user identity
SYNOPSIS
su [ -K | --no-kerberos ] [ -f ] [ -l | --full ] [ -m ] [
-i
instance
|
--instance=
instance
] [
-c
command
|
--command=
command
] [
login
[
shell
arguments
]]
DESCRIPTION
su will use Kerberos authentication provided that an instance for the user wanting to change effective UID is present in a file named .k5login in the target user idâs home directory
A special case exists where ârootâsâ Ë/.k5login needs to contain an entry for: âuser/â¨
instance ⊠@REALMâ for su to succed (where ⨠instance⊠is ârootâ unless changed with -i ).
In the absence of either an entry for current user in said file or other problems like missing âhost/hostname@REALMâ keys in the systemâs keytab, or user typing the wrong password, su will fall back to traditional /etc/passwd authentication.
When using /etc/passwd authentication, su allows ârootâ access only to members of the group âwheelâ, or to any user (with knowledge of the ârootâ password) if that group does not exist, or has no members.
The options are as follows:
-K , --no-kerberos donât use Kerberos.
-f donât read .cshrc.
-l , --full simulate full login.
-m leave environment unmodified.
-i instance , --instance= instance root instance to use.
-c command , --command= command command to execute. HEIMDAL January 12, 2006 SU (1)