From a79b644d178fcfbde0fe0b13a31fb13bbfc80004 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 29 Oct 2009 18:16:59 -0400 Subject: Rename sdap_id_map to sdap_attr_map Also start adding some infrastructure to use the USN counter when available. In particular add a place to add generic attrs mapping, ie attributes that are neither user nor group specific. --- server/db/sysdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/db') diff --git a/server/db/sysdb.h b/server/db/sysdb.h index 72f56dba..642cc30a 100644 --- a/server/db/sysdb.h +++ b/server/db/sysdb.h @@ -75,6 +75,9 @@ #define SYSDB_ORIG_DN "originalDN" #define SYSDB_ORIG_MODSTAMP "originalModifyTimestamp" +#define SYSDB_USN "entryUSN" +#define SYSDB_HIGH_USN "highestUSN" + #define SYSDB_NEXTID_FILTER "("SYSDB_NEXTID"=*)" #define SYSDB_UC "objectclass="SYSDB_USER_CLASS -- cgit