mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
[CIFS] Correct keys dependency for cifs kerberos support
Must also depend on CIFS ... Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
3dae49abef
commit
e9775843ec
1 changed files with 1 additions and 1 deletions
|
@ -1984,7 +1984,7 @@ config CIFS_EXPERIMENTAL
|
|||
|
||||
config CIFS_UPCALL
|
||||
bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
|
||||
depends on KEYS
|
||||
depends on CIFS && KEYS
|
||||
help
|
||||
Enables an upcall mechanism for CIFS which accesses
|
||||
userspace helper utilities to provide SPNEGO packaged (RFC 4178)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue