Add homes directory to install-fileserver-as-dc-member.sh
This commit is contained in:
parent
5f89c625e3
commit
403610a643
@ -141,6 +141,14 @@ sudo tee /etc/samba/smb.conf > /dev/null <<EOL
|
||||
oplocks = yes
|
||||
# valid users = @"${DCREALM,,}+Domain Users"
|
||||
[/data]
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
browsable = yes
|
||||
read only = no
|
||||
writeable = yes
|
||||
oplocks = yes
|
||||
valid users = %S
|
||||
[/homes]
|
||||
EOL
|
||||
|
||||
sudo tee /etc/security/pam_winbind.conf > /dev/null <<EOL
|
||||
|
Loading…
x
Reference in New Issue
Block a user