Zhuchenko Valery
2024-Jul-29 11:48 UTC
[Samba] share enumeration, samba-dcerpcd, variable %i
"hosts allow" about access to browseable share, I need different shares lists 29.07.2024 15:33, Christian Naumer via samba:> Am 29.07.24 um 13:20 schrieb Zhuchenko Valery via samba: >> hi, samba team and other, >> >> client software calls samba and samba reads /etc/samba/smb.conf where >> some parameter contains variable %i (client ip address), but when >> samba calls samba-dcerpcd, it again reads /etc/samba/smb.conf where >> some parameter contains variable %i and at that moment %i is not >> client ip address, it is equal 0.0.0.0 >> >> for example I need client ip1 and client ip2 to get different shares >> lists (include = /etc/samba/shares-%i.conf), I can't do that because >> the folder list is received via samba-dcerpcd > > > How about using the "hosts allow" parameter? It can be specified per > share. > > Regards > > Christian > >
Christian Naumer
2024-Jul-29 12:20 UTC
[Samba] share enumeration, samba-dcerpcd, variable %i
Am 29.07.24 um 13:48 schrieb Zhuchenko Valery via samba:> "hosts allow" about access to browseable share, I need different shares > listsHow about "access based share enum" as a Machine is also just a user you could use the "valid users" option.