|
Comments
|
This interacts badly with the automounter because mirror mounts
inherit the mount options from the "parent" mount.
On a client with no host creds, but as a user with creds,
cd /net/someserver/someshare
where someshare mounts -o sec=krb5i (it's exported sec=krb5i,sys,
say). Then
cd some-subdir-that-triggers-a-mirror-mount
It will fail, and the console will get spam (something about the
mountpoint not existing).
|