Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style changes | Alex Auvolat | 2020-11-13 | 1 | -3/+3 |
| | |||||
* | Hopefully, fix most case-sensitivity issues | Alex Auvolat | 2020-02-15 | 1 | -71/+95 |
| | | | | | | | | | | | | - DNs are always used in canonical form: lowercase, no spaces. This is how they are internally handled and stored in paths and fields such as member and memberof - Attribute names now can have any combination of lower/uppercase and stuff should work - When modifying an attribute with a name that hase a different lower/upper combination than the previously stored value, keep the previous attribute name - Trim spaces from values and do not store empty values | ||||
* | Ensure objects have an objectclass property | Alex Auvolat | 2020-02-14 | 1 | -2/+13 |
| | |||||
* | Refactor memberOf management logic | Alex Auvolat | 2020-02-13 | 1 | -94/+22 |
| | |||||
* | Make getAttribute return an empty array instead of nil when key not found | Alex Auvolat | 2020-02-13 | 1 | -9/+0 |
| | |||||
* | Merge branch 'gomod' of Deuxfleurs/bottin into master | Alex | 2020-02-02 | 1 | -2/+3 |
|\ | |||||
| * | Import upstream lor00x/goldap reposity | Maximilien Richer | 2020-02-02 | 1 | -1/+1 |
| | | |||||
| * | Rename go module to bottin | Maximilien Richer | 2020-02-02 | 1 | -1/+2 |
| | | |||||
| * | Implements go modules | Maximilien Richer | 2020-02-02 | 1 | -1/+1 |
| | | | | | | | | | | Following errors compiling with go 1.13 See https://blog.golang.org/migrating-to-go-modules for details. | ||||
* | | Remove spaces between dn components, use warnings when necessary | Alex Auvolat | 2020-02-02 | 1 | -25/+24 |
|/ | |||||
* | Something that actually works | Alex Auvolat | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | Better logging | Alex Auvolat | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | Don't do stupid things like use a dn as a pattern | Alex Auvolat | 2020-01-26 | 1 | -3/+0 |
| | | | | Also add metadata fields in objects created on initialization | ||||
* | Fix missing procedure for delete membership & "better" failure handling | Alex Auvolat | 2020-01-26 | 1 | -20/+72 |
| | | | | | | | | After an object has been updated, membership information must be propagated to other object. Such operations may fail when calling consul but if they do we don't return fail immediatly returning an error code any more. Instead we just print all the errors to our logs and try to process the remaining updates. | ||||
* | Split off read and write functions in separate files | Alex Auvolat | 2020-01-26 | 1 | -0/+472 |