]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
- LDAP_SYNCREPL defined in include/ldap.h
[openldap] / servers / slapd / slap.h
index 918e193e9679affe443852b188a0aee3e62e1bdf..eb4690bb34a5c8113096e469cf77434848dd6665 100644 (file)
@@ -1286,9 +1286,11 @@ typedef struct syncinfo_s {
         void            *ctx;
         int             id;
         char            *masteruri;
+               struct berval   *master_bv;
         char            *mastername;
         int             masterport;
         int             type;
+               struct berval   updatedn;       
         char            *binddn;
         int             bindmethod;
         char            *passwd;
@@ -1298,7 +1300,7 @@ typedef struct syncinfo_s {
         char            *authzId;
         char            *srvtab;
         char            *saslmech;
-        int             interval;
+        time_t                 interval;
         char            *base;
         int             scope;
         int             deref;
@@ -1327,6 +1329,7 @@ typedef struct syncinfo_s {
 #define IDSTR           "id"
 #define MASTERSTR       "master"
 #define SUFFIXSTR       "suffix"
+#define UPDATEDNSTR            "updatedn"
 #define BINDDNSTR       "binddn"
 #define BINDMETHSTR     "bindmethod"
 #define SIMPLESTR       "simple"