Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit c942675

Browse files
authored
Merge pull request #4 from kristian-lesko/master
BUGFIX: Enable the group list path as well
2 parents 718f01e + 1c0313e commit c942675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func Backend(c *logical.BackendConfig) *backend {
3838
pathConfigLdap(b),
3939
pathLogin(b),
4040
pathGroups(b),
41+
pathGroupsList(b),
4142
},
4243
),
4344
}

0 commit comments

Comments
 (0)