1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.

Michael
This commit is contained in:
Michael Adam 2009-01-22 10:24:40 +01:00
parent a44649cf98
commit f2224e53b2
2 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. 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. /* The interface version specifier.
Updated to 3 for enum types by JRA. */ Updated to 3 for enum types by JRA. */

View File

@ -28,6 +28,11 @@
#undef DBGC_CLASS #undef DBGC_CLASS
#define DBGC_CLASS DBGC_IDMAP #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 */ /* High water mark keys */
#define HWM_GROUP "GROUP HWM" #define HWM_GROUP "GROUP HWM"
#define HWM_USER "USER HWM" #define HWM_USER "USER HWM"