1
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-05 15:48:03 +01:00

Add an option to automatically verify SSH keys from LDAP (#35927)

This pull request adds an option to automatically verify SSH keys from
LDAP authentication sources.

This allows a correct authentication and verification workflow for
LDAP-enabled organizations; under normal circumstances SSH keys in LDAP
are not managed by users manually.
This commit is contained in:
Ivan Tkatchev
2025-12-27 15:33:08 +03:00
committed by GitHub
parent 00cc84e37c
commit 19e1997ee2
15 changed files with 38 additions and 14 deletions

View File

@@ -3067,6 +3067,7 @@
"admin.auths.attribute_mail": "Email Attribute",
"admin.auths.attribute_ssh_public_key": "Public SSH Key Attribute",
"admin.auths.attribute_avatar": "Avatar Attribute",
"admin.auths.ssh_keys_are_verified": "SSH keys in LDAP are considered as verified",
"admin.auths.attributes_in_bind": "Fetch Attributes in Bind DN Context",
"admin.auths.allow_deactivate_all": "Allow an empty search result to deactivate all users",
"admin.auths.use_paged_search": "Use Paged Search",