kanidm/kanidm_rlm_python
dependabot[bot] 6f604f1305
Bump pylint from 2.13.5 to 2.13.7 in /kanidm_rlm_python (#711)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.7)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 09:18:48 +10:00
..
test_data WIP - Improve Auth Proto to Support Webauthn (#333) 2020-12-26 13:58:32 +10:00
cache Attempted to add caching but it failed, improve usage (#162) 2020-01-02 18:54:50 +11:00
config.ini Add python3 support to radius 2020-08-18 11:03:57 +10:00
default Add python3 support to radius 2020-08-18 11:03:57 +10:00
Dockerfile Fixing #521 - Documenting the server role (#535) 2021-07-24 15:00:08 +10:00
eap Add FAQ + eap selection 2020-07-17 18:53:47 +10:00
entrypoint.py Attempted to add caching but it failed, improve usage (#162) 2020-01-02 18:54:50 +11:00
inner-tunnel Add python3 support to radius 2020-08-18 11:03:57 +10:00
kanidmradius.py phrasing (#401) 2021-04-06 10:10:13 +10:00
mod-python3 Add python3 support to radius 2020-08-18 11:03:57 +10:00
poetry.lock Bump pylint from 2.13.5 to 2.13.7 in /kanidm_rlm_python (#711) 2022-04-25 09:18:48 +10:00
pyproject.toml Bump pylint from 2.13.5 to 2.13.7 in /kanidm_rlm_python (#711) 2022-04-25 09:18:48 +10:00
README.md WIP - Improve Auth Proto to Support Webauthn (#333) 2020-12-26 13:58:32 +10:00

Testing Process

cd kanidmd
cargo run -- recover_account -c ./server.toml -n admin
cargo run -- server -c ./server.toml



cd kanidm_tools
cargo run -- login -D admin
cargo run -- account list -D admin
cargo run -- account create -D admin radius_service_account radius_service_account
cargo run -- group add_members -D admin idm_radius_servers radius_service_account
cargo run -- account credential set_password radius_service_account -D admin
cargo run -- account radius generate_secret admin -D admin



cd kanidm_rlm_python/
KANIDM_RLM_CONFIG=./test_data/config.ini python3 kanidmradius.py test
KANIDM_RLM_CONFIG=./test_data/config.ini python3 kanidmradius.py admin