ldap-upstream/internal/ldap/util.go
2020-08-21 00:03:53 -07:00

10 lines
121 B
Go

package ldap
import (
"github.com/ps78674/goldap/message"
)
func entityIDFromDN(message.LDAPDN) string {
return ""
}