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:
parent
a44649cf98
commit
f2224e53b2
@ -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. */
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user