update samba configuration
This commit is contained in:
@@ -11,13 +11,20 @@
|
||||
"server min protocol" = "SMB3_00";
|
||||
"workgroup" = "WORKGROUP";
|
||||
"security" = "user";
|
||||
"browseable" = "yes";
|
||||
};
|
||||
|
||||
"private-shatteredmint" = {
|
||||
"path" = "/srv/shatteredmint";
|
||||
# "private-shatteredmint" = {
|
||||
# "path" = "/srv/shatteredmint";
|
||||
# "writable" = "yes";
|
||||
# "comment" = "private share for shatteredmint";
|
||||
# "browseable" = "yes";
|
||||
# };
|
||||
"homes" = {
|
||||
"path" = "/srv/private/%S";
|
||||
"writable" = "yes";
|
||||
"comment" = "private share for shatteredmint";
|
||||
"browseable" = "yes";
|
||||
"comment" = "homes share";
|
||||
"browseable" = "no";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user