From 9e9887d3232b335b5494f2d536a1fa8a625de86c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 6 Apr 2012 02:20:37 +0200 Subject: 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 Autobuild-User: Michael Adam Autobuild-Date: Wed Apr 18 02:48:28 CEST 2012 on sn-devel-104 --- source4/setup/schema_samba4.ldif | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/setup/schema_samba4.ldif') diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 5f4a20a2f0..3d004c5ab1 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -202,6 +202,7 @@ #Allocated: LDB_EXTENDED_SEQUENCE_NUMBER 1.3.6.1.4.1.7165.4.4.3 #Allocated: DSDB_EXTENDED_CREATE_PARTITION_OID 1.3.6.1.4.1.7165.4.4.4 #Allocated: DSDB_EXTENDED_ALLOCATE_RID_POOL 1.3.6.1.4.1.7165.4.4.5 +#Allocated: DSDB_EXTENDED_SCHEMA_UPGRADE_IN_PROGRESS_OID 1.3.6.1.4.1.7165.4.4.6 ############ -- cgit