-
Notifications
You must be signed in to change notification settings - Fork 120
Deleted users are still able to connect #18
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
Comments
Delete the user's private .key file in /opt/tak/certs/files/ |
Because I'm using "enroll for client certificate", the client certificates are not stored to /opt/tak/certs/files. They're only stored in the |
In the logs, I'm seeing
I think this means |
I have similar issues while revoking users manually. certificate variable lookup failed for CA_default::certificate Probably this is related to your error because the Cert Manager API calls ./revokeCert.sh as well. |
Whenever you revoke a certificate, you should also restart the server, for the changes to take effect. |
I'm having trouble deleting users in TAK Server such that they're no longer able to connect to the server. I’m using file-based user management (not LDAP).
Repro steps:
Expected: testuser no longer connected in ATAK
Actual: testuser is still connected in ATAK (and is even able to disconnect and reconnect)
The text was updated successfully, but these errors were encountered: