Commit graph

5 commits

Author SHA1 Message Date
ff27f05df9 Support for saved searches
The "search" type has been added to support granting permissions on
saved searches. This should solve GitHub issue #1.
2021-05-11 13:44:45 +02:00
aac67dd277 Refactoring - Split computePrivileges into two functions 2021-02-13 23:18:05 +01:00
ceee0bf2f4 Minor stylistic changes 2021-02-13 18:26:37 +01:00
31cb613822 Added traces to privilege computations and Graylog API calls 2021-02-11 23:05:48 +01:00
4722223603 Refactored into multiple files
* The main program, command line argument parsing and logging
  initialization remains in main.go
* Configuration structure and loader are in config.go
* LDAP connection and querying is in ldap.go
* Anything that has to do with Graylog, including the privilege mapping,
  is in graylog.go
2021-02-11 20:44:07 +01:00