mirror of
https://github.com/netauth/ldap.git
synced 2024-11-24 12:31:55 -06:00
10 lines
121 B
Go
10 lines
121 B
Go
package ldap
|
|
|
|
import (
|
|
"github.com/ps78674/goldap/message"
|
|
)
|
|
|
|
func entityIDFromDN(message.LDAPDN) string {
|
|
return ""
|
|
}
|