mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-01 22:13:00 +08:00
Rewrite XORM queries
This commit is contained in:
@ -46,7 +46,7 @@ var LoginNames = map[LoginType]string{
|
||||
var SecurityProtocolNames = map[ldap.SecurityProtocol]string{
|
||||
ldap.SecurityProtocolUnencrypted: "Unencrypted",
|
||||
ldap.SecurityProtocolLDAPS: "LDAPS",
|
||||
ldap.SecurityProtocolStartTLS: "StartTLS",
|
||||
ldap.SecurityProtocolStartTLS: "StartTLS",
|
||||
}
|
||||
|
||||
// Ensure structs implemented interface.
|
||||
|
Reference in New Issue
Block a user