-
-
Notifications
You must be signed in to change notification settings - Fork 126
create/delete FreeRADIUS user (initial commit) #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create/delete FreeRADIUS user (initial commit) #698
Conversation
…y obtains available modules pfrest#681
Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.14.3 to 6.15.0. - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.3...@stoplight/spectral-cli-6.15.0) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-version: 6.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 6.11.0 to 6.11.1. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](firebase/php-jwt@v6.11.0...v6.11.1) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…and_yarn/master/stoplight/spectral-cli-6.15.0 chore: bump @stoplight/spectral-cli from 6.14.3 to 6.15.0
…oser/master/firebase/php-jwt-6.11.1 chore: bump firebase/php-jwt from 6.11.0 to 6.11.1
This allow to properly set conditions for 'password'
Plural (Many) Endpoint added.
jaredhendrickson13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I'll plan on having this in the next minor release. There is some refactoring going on in that branch for pfSense CE 2.8.0 that may change some aspects of these endpoints but I'll make sure that's taken care of before release.
Thanks for your contribution!
The merge-base changed after approval.
|
Hi!
Thanks for this useful API !
I made some changes after initial pull request. Do I need to create new PR ?
…On Tue, 20 May 2025 at 19:04, Jared Hendrickson ***@***.***> wrote:
***@***.**** dismissed review on this pull request.
Looks good to me. I'll plan on having this in the next minor release.
There is some refactoring going on in that branch for pfSense CE 2.8.0 that
may change some aspects of these endpoints but I'll make sure that's taken
care of before release.
Thanks for your contribution!
—
Reply to this email directly, view it on GitHub
<#698 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXK53FCKV4ARTD6ASI3V6M327NG7BAVCNFSM6AAAAAB452W5TKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQNJUG44TKNRVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
CU,
Victor Gamov
|
Hi !
It's my first attempt to extend this very useful API. This initial commit allow to create/delete FreeRADIUS user. Please feel free to make any comments.