[2639] in Kerberos-V5-bugs
Re: krb5-clients/338: krb5-clients
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed Jan 22 18:03:08 1997
Date: Wed, 22 Jan 1997 18:02:28 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, jay@gambit.ess.harris.com
Cc: krb5-unassigned@RT-11.MIT.EDU, gnats-admin@RT-11.MIT.EDU,
krb5-prs@RT-11.MIT.EDU
In-Reply-To: jay@gambit.ess.harris.com's message of Mon, 13 Jan 1997 13:01:03
-0500, <199701131801.NAA07212@rt-11.MIT.EDU>
Why do you think the error message of:
Invoking "ksu" to switch to root fails with error message:
ksu: Not owner while selecting the best principal.
Is related to change the standard shell check in lines 738?
The "while selecting the best principal" is from line line 403:
if ((retval = get_best_princ_for_target(ksu_context, source_uid,
target_uid, source_user, target_user, cc_source,
&options, cmd, localhostname, &client, &hp))){
com_err(prog_name,retval, "while selecting the best principal");
exit(1);
}
The standard shell check in line 738, is, as far as I can tell, correct.
- Ted