Fix group membership default config
This commit is contained in:
parent
dc3aaa6409
commit
aad08d8d16
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ func (a *App) ReadConfig() {
|
||||||
FreeIPA: FreeIPAConfig{
|
FreeIPA: FreeIPAConfig{
|
||||||
GroupMembers: []GroupMembers{
|
GroupMembers: []GroupMembers{
|
||||||
{
|
{
|
||||||
Name: "apache",
|
Name: "ipaapi",
|
||||||
Members: []string{"ipaapi"},
|
Members: []string{"apache"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue