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