Displaying 1 result from an estimated 1 matches for "sd2a".
Did you mean:
sd2
2024 Apr 25
0
Net Join Samba 4 to Samba 3 PDC?
...4 Samba-4.19.0v0
NOTE: I've been experimenting with different options here, this is just
what is current.
[global]
workgroup = WORKGROUP1
netbios name = SUN6
server string = Samba Server %v on %h
server role = MEMBER
password server = SERVER3
hosts allow = 192.168.0. 127.
dns proxy = no
[sd2a]
comment = sun6 filesystem share
path = /
valid users = root
admin users = root
read only = no
browsable = yes
To configure the various samba servers to all authenticate to SERVER3 I
have always used this method:
SERVER3# useradd -u 1006 -g 1006 -c "SUN6 Samba" -s /sbin/nologin -...