Commit graph

5 commits

Author SHA1 Message Date
William Brown 0433a0a1d4 Complete the rename of the project from rsidm to kanidm 2019-09-14 15:58:28 +02:00
Firstyear 75ad3ced51
Implement resolving references to names on entry to proto entry convert. (#86)
Implement resolving reference uuids to names when they are available on proto entry conversion.
2019-09-14 23:37:05 +10:00
Firstyear d436291eff
Implement attribute uniqueness. (#82)
Implements #72, attribute uniqueness. This extends schema to have a field "unique" which means a value should be unique for that object, and all other live objects (recycle and tombstones excluded). Note UUID has to retain special handling in base.rs and can't usethis due to needing to check with recycled too..
2019-09-08 20:26:35 +10:00
Firstyear b4fc71b27d
Docker improvements (#81)
Update the dockerfile to work correctly with the newer server options and runtime.
2019-09-06 13:05:27 +10:00
Firstyear da1af02f2b
3 authentication (#79)
This adds support for authentication and credential storage to the server. 
It also adds account recovery and options for integration test fixtures, refactors
to make the client library easier to manage, and support clean seperation of the
proto vs lib.
2019-09-04 11:06:37 +10:00
Renamed from src/lib/entry.rs (Browse further)