Browse Source

Merge pull request #508 from ericchiang/remove-erroneous-logging-statement

connector: remove erroneous logging statement
pull/511/head
Eric Chiang 10 years ago committed by GitHub
parent
commit
af6aade6d0
  1. 1
      connector/connector_ldap.go

1
connector/connector_ldap.go

@ -440,7 +440,6 @@ func (c *LDAPConnector) formatDN(template, username string) string {
}
func (c *LDAPConnector) Identity(username, password string) (*oidc.Identity, error) {
log.Errorf("handling identity")
var (
identity *oidc.Identity
err error

Loading…
Cancel
Save