mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(idp): smb group
This commit is contained in:
parent
475273692d
commit
d59ae3c61e
2 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ in {
|
|||
beatsaber = {
|
||||
gid = 8132;
|
||||
};
|
||||
editors = {
|
||||
gid = 8133;
|
||||
};
|
||||
|
||||
admin = {
|
||||
gid = 8126;
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ in {
|
|||
smb = {
|
||||
name = "Default SMB Group";
|
||||
samba = {
|
||||
enable = true;
|
||||
#sync.enable = true;
|
||||
groupType = 4;
|
||||
sid = "S-1-5-32-545";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue