aboutsummaryrefslogtreecommitdiff
path: root/write.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor & add case normalization logic to putAttributesAlex Auvolat2021-03-091-1/+35
* RefactoringAlex Auvolat2021-03-091-0/+44
* Use consul's stale reads by defaultAlex Auvolat2021-03-091-2/+2
* Style changesAlex Auvolat2020-11-131-3/+3
* Hopefully, fix most case-sensitivity issuesAlex Auvolat2020-02-151-71/+95
* Ensure objects have an objectclass propertyAlex Auvolat2020-02-141-2/+13
* Refactor memberOf management logicAlex Auvolat2020-02-131-94/+22
* Make getAttribute return an empty array instead of nil when key not foundAlex Auvolat2020-02-131-9/+0
* Merge branch 'gomod' of Deuxfleurs/bottin into masterAlex2020-02-021-2/+3
|\
| * Import upstream lor00x/goldap reposityMaximilien Richer2020-02-021-1/+1
| * Rename go module to bottinMaximilien Richer2020-02-021-1/+2
| * Implements go modulesMaximilien Richer2020-02-021-1/+1
* | Remove spaces between dn components, use warnings when necessaryAlex Auvolat2020-02-021-25/+24
|/
* Something that actually worksAlex Auvolat2020-02-011-1/+1
* Better loggingAlex Auvolat2020-02-011-1/+1
* Don't do stupid things like use a dn as a patternAlex Auvolat2020-01-261-3/+0
* Fix missing procedure for delete membership & "better" failure handlingAlex Auvolat2020-01-261-20/+72
* Split off read and write functions in separate filesAlex Auvolat2020-01-261-0/+472