summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-04-06 02:20:37 +0200
committerMichael Adam <obnox@samba.org>2012-04-18 02:48:28 +0200
commit9e9887d3232b335b5494f2d536a1fa8a625de86c (patch)
tree422e21a7a7f07029541840d88b5efeb9529f6fdd /source4/dsdb/samdb/samdb.h
parentc5934d9a1cbf0ff8c2e4740f4cd2546e6e89731c (diff)
downloadsamba-9e9887d3232b335b5494f2d536a1fa8a625de86c.tar.gz
samba-9e9887d3232b335b5494f2d536a1fa8a625de86c.tar.bz2
samba-9e9887d3232b335b5494f2d536a1fa8a625de86c.zip
s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modify
This is preliminary in that it is implemented as a no-op for a start just to be able to successfully answer the request, which seems to be sufficient in order to e.g. survive the exchange schema extensions. Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 02:48:28 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index ae6042c6bd..50f7bf7d13 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -167,6 +167,8 @@ struct dsdb_create_partition_exop {
*/
#define DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID "1.3.6.1.4.1.7165.4.4.2"
+#define DSDB_EXTENDED_SCHEMA_UPGRADE_IN_PROGRESS_OID "1.3.6.1.4.1.7165.4.4.6"
+
#define DSDB_OPENLDAP_DEREFERENCE_CONTROL "1.3.6.1.4.1.4203.666.5.16"
struct dsdb_openldap_dereference {