Commit graph

47 commits

Author SHA1 Message Date
Firstyear cd27879e7f
Oauth2 pkce faq (#2473) 2024-02-06 12:05:52 +10:00
Joe Taber 4e48b2bd8a
Update chat link, add keywords (#2462) 2024-01-31 16:50:08 +10:00
krumelmonster 6c1950aa7b
Clarify role of WebUI in README.md (#2431)
* Clarify role of WebUI in README.md

---------

Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2024-01-19 11:51:01 +10:00
Matthew Wilks 6dd19a89a5
Add a newline to fix links in LLDAP section of the README (#1871) 2023-07-17 10:03:19 +10:00
Matthew Wilks 296fcf1eb6
Fix missing slash in tag (#1853) 2023-07-16 16:24:01 -07:00
Firstyear a185177a2e
Improve the readme (#1679)
* Improvements to the readme
2023-05-31 17:52:33 +10:00
Firstyear 00cca81012
1399 cleanup reorg (#1412) 2023-03-01 13:10:52 +10:00
James Hodgkinson 964853dd0d
making the robots easier and happier (#1343) 2023-01-24 09:38:19 +10:00
Firstyear ec5e7abe8d
2023 orca improve (#1342)
* Improve orca
* Add improved data generator, add some basic ipa support
* (least) humble brag (ever) on readme
2023-01-23 20:04:03 +10:00
Jan Christoph Ebersbach fd8afa065f
docs: reformat book and introduce workflow to ensure it stays formatted (#1286) 2022-12-27 08:52:03 +10:00
Firstyear 1ea3aa6dfc
Improve our readme (#1150) 2022-10-26 08:18:25 +10:00
stateofbeing 7a29194413
Fixed typo (#822) 2022-06-14 08:29:32 +10:00
William Brown 980f358d85 Push some missed bits to documents 2022-05-01 15:18:26 +10:00
James Hodgkinson 475ada3d6c
Docs updates to push all tagged versions + dev (#720)
* docs magic
* more docs magic
* did I mention I really dislike YAML?
* updatey scripty boopydoopy
* lock docs down to master
* put the symlinked versions up the top of the list
* updated readme
2022-04-28 13:45:48 +10:00
William Brown c8468199fc (cargo-release) version 1.1.0-alpha.7 2021-12-31 09:27:57 +10:00
William Brown 68072b0420 Add xmas logo 2021-12-15 13:56:23 +10:00
Firstyear 0eea34c180
Update README.md
Update link to book correctly.
2021-08-16 10:21:09 +10:00
James Hodgkinson 6ff74c976e
Auto-publishing the book and rustdoc. (#534) 2021-07-24 11:12:35 +10:00
James Hodgkinson f466e2a521
Docs update (#400)
* I couldn't help it - minor spelling fixes
2021-04-06 10:08:36 +10:00
Firstyear 060c7b22c0
Draft document (#382) 2021-03-25 10:34:29 +10:00
William Brown 06e3c24704 Update readme 2021-02-18 09:28:36 +10:00
William Brown f80eb72e95 Update readme 2021-02-15 09:35:52 +10:00
Bill Jang 064533f8f6 Update README.md
Fix typo
2020-09-04 13:51:17 +10:00
Firstyear dbfe87e675
On login pw upgrade (#315)
Fixes #295 on login pw upgrade. This adds support for SSHA512 to be imported at the request of @colbyprior, and adds a delayed action queue so that events can be run after-the-fact so that authentication does not need to exist under the write path.
2020-08-24 12:15:21 +10:00
Firstyear 9aa03906f8
181 pam nsswitch name spn (#270)
This allows configuration of which attribute is presented during gid/uid resolution, adds home directory prefixing, and home directory name attribute selection.
2020-06-21 21:57:48 +10:00
Firstyear 6c87cefca5
Update README.md 2020-04-25 13:18:19 +10:00
Firstyear 671e642099
Update readme with more completed objectives 2020-04-24 16:59:08 +10:00
Firstyear 255921cb69
Update readme 2020-04-21 12:35:08 +10:00
Firstyear b048115698
20200216 document internals (#187)
Add documentation of internal api
2020-02-17 08:09:32 +10:30
Tristram Healy 4470311f84 Replaced Firstyear 2020-01-17 11:57:30 +10:00
Firstyear b579c5395c
20191202 documentation (#156)
Add an initial skeleton and draft of a book, which should be maintained and improved as the server is developed to help guide users.
2019-12-03 16:03:05 +10:00
Firstyear 0609196048
127 domain info type (#150)
Implements #127 and #125. This adds domain_info support, and spn types and generation. It also correctly handles domain renaming, and has tooling to support this. It "should" work on an upgrade, due to the correct bump of index version, but I plan to test this from a backup of my production instance soon.
2019-11-29 10:48:22 +10:00
Alberto Planas 3ce6f507ca README: fix directory name 2019-11-13 21:12:45 +10:00
Firstyear c006341884
17 radius (#123)
Majority of radius integration and tooling complete, including docker files.
2019-10-31 10:48:15 +10:00
Firstyear 6c44297bd9
6 create modify tool (#113)
Implements #6 - create, modify and delete. These are the raw/lowlevel db commands which are really useful for administrators. They aren't intended for normal day to day use though.

This also adds a basic getting started, fixes a missing privilege, adds support for reseting another accounts password, and for server side password generation.

It's likely I'm going to reformat some of the current REST api though to use our higher level internal types.
2019-10-07 08:41:30 +10:00
Firstyear 1f2b965285
6 schema list (#112)
This adds rest endpoints for schema, group, account listing and individual item getting, client lib to call these end points, and tests for all of these.
2019-10-05 10:40:43 +10:00
Firstyear e9cb71b9a7
Add tooling for accounts to self-set their password (#107)
Partially Implements #6 - add ability for accounts to self set password. This is good for now, as I get closer to a trial radius deployment, but I think I'm finding the rest api probably needs a better plan at this point, as well as probably the way we do the proto and the communication needs some more thoughts too.
2019-09-27 09:59:23 +10:00
William Brown 0433a0a1d4 Complete the rename of the project from rsidm to kanidm 2019-09-14 15:58:28 +02:00
Firstyear ce2eae3ed3
Add initial skeleton of the statement of rights (#84)
Add initial statement on rights and ethics. It's not perfect, and I'm sure there is more input from people to be added. But it's a start, and the discussion is open.
2019-09-14 18:51:56 +10:00
Firstyear 720fce732e
65 cli options (#85)
Add support for command line options to the server. This supports server sid regeneration, persistence, address binding, tls configuration and more. This also improves TLS support in the client tools for CA cert addition to queries.
2019-09-14 18:21:41 +10:00
William Brown 635270eabe Update readme 2019-07-28 21:28:05 +09:00
William Brown 4934894666 Update readme 2019-07-28 21:25:12 +09:00
William Brown 5f53346e23 Update small art 2019-07-28 20:30:03 +09:00
William Brown 59ed12cc55 Add artwork 2019-07-28 20:26:34 +09:00
William Brown 3c964c51e7 Add some git instructions 2019-03-22 10:09:05 +10:00
William Brown b3268d8c4a Update readme 2019-02-02 11:44:31 +10:00
William Brown 31afcabd83 initial 2018-09-29 17:54:16 +10:00