- 20 Jun, 2018 1 commit
-
-
ale authored
Use a lower level type to abstract LDAP "transactions" (really just batches of changes) and generate a set of ModifyRequest objects at commit time. Change the API to let the caller manage the transaction (TX object) lifetime.
-
- 19 Jun, 2018 1 commit
-
-
ale authored
This should make it easier to implement a SQL backend in the future if necessary, even though LDAP knows no such thing as transactions. As a result of a better low-level interface, reducing the boilerplate LDAP code, the business logic in model.go should be quite more readable.
-
- 10 Jun, 2018 1 commit
-
-
ale authored
This includes a number of validators meant to support the creation of new users and resources (for instance by checking for resource ID uniqueness etc).
-
- 02 Apr, 2018 2 commits
- 01 Apr, 2018 1 commit
-
-
ale authored
The result is a functional server, altough there aren't nearly enough comments.
-
- 20 Mar, 2018 1 commit
-
-
ale authored
-
- 18 Mar, 2018 1 commit
-
-
ale authored
-