Displaying 4 results from an estimated 4 matches for "sharedirectory".
Did you mean:
shareddirectory
2004 Jan 07
0
Win2K3 ADS and Samba 3.0.1: Cannot access shares even with IP
...ouble-clicking on the shares in Windows Explorer results in the following
error:
'\\<ipaddr>\Share is not accessible. The network name cannot be found.'
The smbd logs show the following lines:
[2004/01/06 14:54:27, 0] smbd/service.c:make_connection_snum(677)
'/home/username/sharedirectory/' does not exist or is not a directory,
when connecting to [Share]
...
[2004/01/06 14:54:27, 3] smbd/error.c:error_packet(94)
error string = Permission denied
[2004/01/06 14:54:27, 3] smbd/error.c:error_packet(118)
error packet at smbd/reply.c(286) cmd=117 (SMBtconX)
NT_STATUS_BAD_NETWORK_N...
2019 Jan 18
3
force re-authentication when accessing different shares
hi all!
using samba 4.9 to export directories for 'virtual' users, i.e. users which
have distinct homedirectories and distinct smbpasswd entries under a
writeable /data partition.
to prevent the need to create /etc/passwd useraccounts (on read-only /), a
self written libnss modul acts as a source. the lib only checks if the
homedirectory exists, returns a fake passwd struct, and finally
2019 Jan 19
0
force re-authentication when accessing different shares
On Fri, Jan 18, 2019, 8:15 AM Harald Glanzer via samba <
samba at lists.samba.org wrote:
> hi all!
>
> using samba 4.9 to export directories for 'virtual' users, i.e. users which
> have distinct homedirectories and distinct smbpasswd entries under a
> writeable /data partition.
>
> to prevent the need to create /etc/passwd useraccounts (on read-only /), a
> self
2019 Jan 21
2
force re-authentication when accessing different shares
thats interesting. shouldn't samba force to authenticate every distinct
username, accessing different shares?
as written, if i want to access directory /data/samba/username_a, i need to
supply the correct password for username_a, as hashed
in smbpasswd.
smb.conf:
-------- 8< -------
...
valid users = %S
path = /data/samba/%S
...
-------- 8< -------
if in the next step i want to access