mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Adding "valids user" argument in share section (#558)
This commit is contained in:
parent
72ebf08811
commit
b10dfa4bd6
|
@ -126,6 +126,7 @@ setup_samba() {
|
||||||
writable = yes
|
writable = yes
|
||||||
guest ok = no
|
guest ok = no
|
||||||
read only = no
|
read only = no
|
||||||
|
valid users = $SAMBA_USER
|
||||||
EOL
|
EOL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -202,4 +203,4 @@ setup_ssh_samba(){
|
||||||
|
|
||||||
checkEnv
|
checkEnv
|
||||||
checkEscalationTool
|
checkEscalationTool
|
||||||
setup_ssh_samba
|
setup_ssh_samba
|
||||||
|
|
Loading…
Reference in New Issue
Block a user