10 lines
121 B
Go
10 lines
121 B
Go
|
package ldap
|
||
|
|
||
|
import (
|
||
|
"github.com/ps78674/goldap/message"
|
||
|
)
|
||
|
|
||
|
func entityIDFromDN(message.LDAPDN) string {
|
||
|
return ""
|
||
|
}
|