summaryrefslogtreecommitdiff
path: root/cifs.upcall.8
AgeCommit message (Collapse)AuthorFilesLines
2010-07-23cifs.upcall: use "creduid=" parm by default when availableJeff Layton1-1/+8
When I did the original krb5 implementation, I goofed and ended up making it so that when someone specifies the "uid=" mount option that also affects the owner of the krb5 credential cache and not just the ownership of the mount. I'm proposing a patch for the kernel to attempt to fix this by making the kernel send a "creduid=" parameter in the upcall which is intended to be the user that should own the credentials cache. That's not necessarily the same user that has "ownership" of the mount. Usually the creduid= will be set to the real uid of the user doing the mounting. When multisession mounts are introduced they will usually set this to the fsuid that walks into the mount. To ease the transition, this patch also adds a command line switch that makes cifs.upcall use the "legacy" uid= parameter instead. Use that if you want it to behave like it used to. Signed-off-by: Jeff Layton <jlayton@samba.org>
2010-03-03docs: these tools are no longer part of SambaMichael Wood1-4/+2
Remove references to samba(7). There's no cifs-utils(7) man page, so don't refer to one. Signed-off-by: Michael Wood <esiotrot@gmail.com>
2010-03-03docs: change source from Samba 3.6Michael Wood1-1/+1
These tools are no longer part of the Samba suite, so change the source to cifs-utils 4.0. Signed-off-by: Michael Wood <esiotrot@gmail.com>
2010-02-08add manpages for mount.cifs and cifs.upcallJeff Layton1-0/+101
...for now we just add them as regular troff manpages. Signed-off-by: Jeff Layton <jlayton@redhat.com>