SHA256
1
0
forked from pool/kanidm
kanidm/cargo_config
William Brown 6b229d097a Accepting request 1032603 from home:firstyear:branches:network:idm
- Update to kanidm 1.1.0-alpha.10
  * Management and tracking of authenticated sessions
  * Make upgrade migrations more robust when upgrading over multiple versions
  * Add support for service account tokens via ldap for extended read permissions
  * Unix password management in web ui for posix accounts
  * Support internal dynamic group entries
  * Allow selection of name/spn in oidc claims
  * Admin UI wireframes and basic elements
  * TLS enforced as a requirement for all servers
  * Support API service account tokens
  * Make name rules stricter due to issues found in production
  * Improve Oauth2 PKCE testing
  * Add support for new password import hashes
  * Allow configuration of trusting x forward for headers
  * Components for account permission elevation modes
  * Make pam\_unix more robust in high latency environments
  * Add proc macros for test cases
  * Improve authentication requests with cookie/token seperation
  * Cleanup of expired authentication sessions
  * Improved administration of password badlists

OBS-URL: https://build.opensuse.org/request/show/1032603
OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=17
2022-11-01 05:36:06 +00:00

10 lines
307 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/QnnOkabayashi/tracing-forest.git"]
git = "https://github.com/QnnOkabayashi/tracing-forest.git"
rev = "48d78f7294ceee47a22eee5c80964143c4fb3fe1"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"