mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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 = {
|
beatsaber = {
|
||||||
gid = 8132;
|
gid = 8132;
|
||||||
};
|
};
|
||||||
|
editors = {
|
||||||
|
gid = 8133;
|
||||||
|
};
|
||||||
|
|
||||||
admin = {
|
admin = {
|
||||||
gid = 8126;
|
gid = 8126;
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,7 @@ in {
|
||||||
smb = {
|
smb = {
|
||||||
name = "Default SMB Group";
|
name = "Default SMB Group";
|
||||||
samba = {
|
samba = {
|
||||||
|
enable = true;
|
||||||
#sync.enable = true;
|
#sync.enable = true;
|
||||||
groupType = 4;
|
groupType = 4;
|
||||||
sid = "S-1-5-32-545";
|
sid = "S-1-5-32-545";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue