s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.
authorMichael Adam <obnox@samba.org>
Thu, 22 Jan 2009 09:24:40 +0000 (10:24 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 29 Jan 2009 23:17:57 +0000 (00:17 +0100)
Michael

source3/include/idmap.h
source3/winbindd/idmap_tdb.c

index 43221921553472ce71d4d25a80f647c29c73ef5c..672e3731082ed11d45a84e6d5219dd5fe9df8a3c 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/* idmap version determines auto-conversion - this is the database
-   structure version specifier. */
-
-#define IDMAP_VERSION 2
-
 /* The interface version specifier. 
    Updated to 3 for enum types by JRA. */
 
index 99821ae5010ec836e2922862850c46d7c69e3eaf..481ac1b9ad6095bb548a1442f5fdcc07d121247d 100644 (file)
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_IDMAP
 
+/* idmap version determines auto-conversion - this is the database
+   structure version specifier. */
+
+#define IDMAP_VERSION 2
+
 /* High water mark keys */
 #define HWM_GROUP  "GROUP HWM"
 #define HWM_USER   "USER HWM"