internal/ldap: Synchronize path
This commit is contained in:
parent
792f53e2da
commit
5789f11056
|
@ -20,8 +20,8 @@ func (s *server) entityIDFromDN(dn message.LDAPDN) (string, error) {
|
||||||
return "", errors.New("entity DN must start with uid=")
|
return "", errors.New("entity DN must start with uid=")
|
||||||
}
|
}
|
||||||
|
|
||||||
if parts[1] != "cn=entities" {
|
if parts[1] != "ou=entities" {
|
||||||
return "", errors.New("entity DN is underneath cn=entities")
|
return "", errors.New("entity DN is underneath ou=entities")
|
||||||
}
|
}
|
||||||
|
|
||||||
for i, p := range parts[2:] {
|
for i, p := range parts[2:] {
|
||||||
|
|
Loading…
Reference in a new issue