Hello,
I am setting up a kerberos/NFS4 environment. Basically everything seems
to work. Every user has of course a princiapl username@MYREALM, where
username is the unix user name. The users homes are on a kerberos/NFS4
mounted directory.
Now for running cron jobs I have to export a principal to
I'm surprised you need a mapping at all. The default mapping should simply
strip any instance component. What happens if you kinit "manually" with
username/cron using a password?
On Tue, May 5, 2015 at 4:24 AM, Rainer Krienke
wrote:
> Hello,
>
> I am setting up a kerberos/NFS4 environment. Bas