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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user