* Encryption feature
@ 2015-12-02 11:05 Benoît Jager
0 siblings, 0 replies; only message in thread
From: Benoît Jager @ 2015-12-02 11:05 UTC (permalink / raw)
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA
Hello,
When setting up a samba 4 server acting as Active Directory, it is
possible to enable encryption with "smb encrypt = mandatory" entry in
configuration file for global section.
With this configuration, Windows machines (8 and 10) are able to
communicate (with encryption) with AD server.
But for linux stations, only smbclient works (using smbclient -e -m SMB3
\\\\<DNS AD>\\<SHARE>).
With cifs-utils (v. ), I get a "mount error(3): Permission denied" on
command line, and a "STATUS_ACCESS_DENIED" on logs.
I use following command : mount -t cifs //<DNS AD>//<SHARE> /mnt -o
user=<USER>,workgroup=<WORKGROUP>,ip=<IP>,vers=3.0
As manpage (man 8 mount.cifs) contains this note for "vers" option:
"Note too that while this option governs the protocol version used, not
all features of each version are available."
and sec option seems to only protect password when authenticating
Do you have any information on when encryption feature could be
implemented ?
Thanks
Benoît Jager
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-02 11:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 11:05 Encryption feature Benoît Jager
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).