start to write a new LDAP interface
This commit is contained in:
7
src/ldap/ldap_helpers.go
Normal file
7
src/ldap/ldap_helpers.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package ldap
|
||||
|
||||
import (
|
||||
"github.com/go-ldap/ldap/v3"
|
||||
)
|
||||
|
||||
func LDAPEscapeFilter(input string) string { return ldap.EscapeFilter(input) }
|
||||
Reference in New Issue
Block a user