1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID

metze
(This used to be commit 2f06fbe06be2e1b77ea013ddba853ce819e58e88)
This commit is contained in:
Stefan Metzmacher 2008-07-24 10:00:20 +02:00
parent 2385e33095
commit c0ad44f354

View File

@ -90,6 +90,10 @@ struct dsdb_pdc_fsmo {
struct ldb_dn *master_dn;
};
/*
* the schema_dn is passed as struct ldb_dn in
* req->op.extended.data
*/
#define DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID "1.3.6.1.4.1.7165.4.4.2"
#endif /* __SAMDB_H__ */