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{
|
||||
GroupMembers: []GroupMembers{
|
||||
{
|
||||
Name: "apache",
|
||||
Members: []string{"ipaapi"},
|
||||
Name: "ipaapi",
|
||||
Members: []string{"apache"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue