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