mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Explain that these OIDs are DNs
Andrew Bartlett
This commit is contained in:
parent
2a474568c2
commit
69af290c91
@ -105,6 +105,7 @@ static int normalise_search_callback(struct ldb_context *ldb, void *context, str
|
||||
if (!attribute) {
|
||||
continue;
|
||||
}
|
||||
/* Look to see if this attributeSyntax is a DN */
|
||||
if ((strcmp(attribute->attributeSyntax_oid, "2.5.5.1") != 0) &&
|
||||
(strcmp(attribute->attributeSyntax_oid, "2.5.5.7") != 0)) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user