diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-10 15:33:38 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-10 15:33:38 -0800 |
commit | a2653ebab3a96c6e6183360821faa492c1f88c3f (patch) | |
tree | d14fb220e2f4191fd506fd7628312987a186bb4a /fs/Kconfig | |
parent | 7b7abfe3dd81d659a0889f88965168f7eef8c5c6 (diff) | |
download | op-kernel-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.zip op-kernel-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.tar.gz |
[CIFS] Reserve upcall IDX value for CIFS with connector header and add
Kconfig option for CIFS upcall.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1680,6 +1680,18 @@ config CIFS_EXPERIMENTAL If unsure, say N. +config CIFS_UPCALL + bool "CIFS Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" + depends on CIFS_EXPERIMENTAL + select CONNECTOR + help + Enables an upcall mechanism for CIFS which will be used to contact + userspace helper utilities to provide SPNEGO packaged Kerberos + tickets which are needed to mount to certain secure servers + (for which more secure Kerberos authentication is required). + + If unsure, say N. + config NCP_FS tristate "NCP file system support (to mount NetWare volumes)" depends on IPX!=n || INET |