mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4-ldb: removed bugus RDN length check
This isn't the rDN !
This commit is contained in:
parent
7dcabdec74
commit
4185e376f5
@ -464,11 +464,6 @@ static bool ldb_dn_explode(struct ldb_dn *dn)
|
||||
parse_dn++;
|
||||
}
|
||||
|
||||
/* The RDN size must be less than 255 characters */
|
||||
if (strlen(parse_dn) > 255) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Empty DNs */
|
||||
if (parse_dn[0] == '\0') {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user