ldap-proxy/internal/ldap/util.go

10 lines
121 B
Go
Raw Normal View History

2020-08-21 02:03:53 -05:00
package ldap
import (
"github.com/ps78674/goldap/message"
)
func entityIDFromDN(message.LDAPDN) string {
return ""
}