-
Notifications
You must be signed in to change notification settings - Fork 9
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
missing handler for opn_user #89
Comments
Evidently i was also looking. https://github.com/opnsense/core/blob/24.7.1/src/opnsense/scripts/auth/add_user.php#L71 |
Hello @crpb |
ok; just did a q&dirty test with apparently a good result (at least regarding the ssh keys) @crpb if you find the time and like to do some testing, could you please create a script #!/usr/local/bin/php
<?php
require_once 'config.inc';
require_once 'auth.inc';
local_sync_accounts();
?> deploy some user related changes via ansible to the /conf/config.xml and run the script manually afterwards and test if the user settings changed in the xml are pushed through? Would be somehow nice if 3 lines of code will do the trick 😃 ... |
at least the
authorizedkeys
key need some trigger to put the ssh keys into.ssh/authorized_keys
wip for #12
The text was updated successfully, but these errors were encountered: