mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4/dsdb_schema: Load msDS-IntId value separately when loading from LDB
This way we have consistent behavior when loading from DRSUAPI and from LDB.
This commit is contained in:
parent
25238110df
commit
3352e5d7ba
@ -568,6 +568,9 @@ WERROR dsdb_attribute_from_ldb(struct ldb_context *ldb,
|
||||
return status;
|
||||
}
|
||||
}
|
||||
/* fetch msDS-IntId to be used in resolving ATTRTYP values */
|
||||
GET_UINT32_LDB(msg, "msDS-IntId", attr, msDS_IntId);
|
||||
|
||||
GET_GUID_LDB(msg, "schemaIDGUID", attr, schemaIDGUID);
|
||||
GET_UINT32_LDB(msg, "mAPIID", attr, mAPIID);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user