Displaying 3 results from an estimated 3 matches for "credentials_fil".
Did you mean:
credentials_file
2016 Apr 19
3
mount cifs
...eros?
> Again: try (the default)
>
> max protocol = NT1
>
> instead of the above options.
>
> Viele Gruesse!
> Helmut
Helmut,
I added that parameter to smb.conf, then ran this:
mount -t cifs //path/to/share /path/to/mount_point -o
sec=ntlmv2,credentials=/path/to/credentials_file
and got this:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
It seems that something more is needed.
Thanks,
Dale
2016 Apr 19
3
mount cifs
On 04/19/2016 8:39 AM, lists wrote:
> Found some more info:
>
> mount.cifs to mount shares from my DCs (samba 4.2.11) works
> mount.cifs to mount shares from smbserver (also 4.2.11) does NOT work.
>
> Here is the debug log it produces:
>
>> root at epo:/proc/fs/cifs# mount.cifs //smbserver.domain.com/share /mnt
>> -o username=username,domain=WRKGRP,sec=ntlmsspi
2010 May 02
2
samba4 make error - drsblobs.so
...rtially linking bin/mergedobj/auth_session.o
Compiling auth/credentials/credentials.c
auth/credentials/credentials.c: In function ?cli_credentials_guess?:
auth/credentials/credentials.c:717: warning: ?event_context_find? is deprecated (declared at ./lib/events/events.h:6)
Compiling auth/credentials/credentials_files.c
auth/credentials/credentials_files.c: In function ?cli_credentials_set_machine_account?:
auth/credentials/credentials_files.c:355: warning: ?event_context_find? is deprecated (declared at ./lib/events/events.h:6)
Compiling auth/credentials/credentials_ntlm.c
Compiling auth/credentials/credentia...