This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/internal/auth/ldap.go
2021-02-11 15:47:42 -05:00

10 lines
138 B
Go

package auth
import (
"reichard.io/imagini/graph/model"
)
func authenticateLDAPUser(user model.User, pw string) bool {
return false
}