You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/auth
Paul Tötterman fb970b9d87 Add ServerName to tls.Config in LDAP auth (#3104)
From https://godoc.org/crypto/tls#Config

    ServerName is used to verify the hostname on the returned
    certificates unless InsecureSkipVerify is given. It is also included
    in the client's handshake to support virtual hosting unless it is
    an IP address.

This is needed for certificate validation without InsecureSkipVerify.
9 years ago
..
ldap Add ServerName to tls.Config in LDAP auth (#3104) 9 years ago
pam use pam and update TRANSLATORS 10 years ago
admin.go #1575 Limit repo creation 9 years ago
auth.go Replace uuid module with original package 9 years ago
auth_form.go LDAP: Fetch attributes in Bind DN context option 9 years ago
org.go #2497 incorrect error handle for team name 9 years ago
repo_form.go Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) 9 years ago
user_form.go Make log path required 9 years ago