Files
Self-Service-Dashboard/src/ldap/ldap_helpers.go

8 lines
135 B
Go

package ldap
import (
"github.com/go-ldap/ldap/v3"
)
func LDAPEscapeFilter(input string) string { return ldap.EscapeFilter(input) }