Stefan Metzmacher
0dc78f7439
r22472: Commit the start of the DRSUAPI pull replication service.
...
It doesn't work completely yet because we aren't able to
resolve DNS SRV records. And also we also need a kdc locator
plugin...
But with some hacks the pull replication works fine
metze
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
e44b6df138
r21859: add a comment why we remove the rid_crypt obfuscation
...
metze
2007-10-10 14:49:37 -05:00
Stefan Metzmacher
e3be33c1d9
r21839: add my email address
...
metze
2007-10-10 14:49:35 -05:00
Stefan Metzmacher
c543ee5745
r21773: fix typo orginating -> originating
...
and use the struct member names in all cases
metze
2007-10-10 14:49:24 -05:00
Stefan Metzmacher
ff13b21102
r21359: remove the rid encryption before storing the password hashes
...
We decided to store them plain in our ldb
metze
2007-10-10 14:48:19 -05:00
Stefan Metzmacher
7146e265a4
r21296: remove the session specific encryption from the attributes
...
before storing them.
metze
2007-10-10 14:48:04 -05:00
Stefan Metzmacher
181b3a031f
r21282: we only need one for loop...
...
metze
2007-10-10 14:44:59 -05:00
Stefan Metzmacher
f2af44d204
r21281: move constinancy checks to the beginning of the function
...
metze
2007-10-10 14:44:58 -05:00
Stefan Metzmacher
4d6629c683
r20978: 300 seconds as interval is ok, when we do nothing
...
metze
2007-10-10 14:44:16 -05:00
Stefan Metzmacher
f7e82a0c94
r20977: start the 'drepl' service, which currently does nothing by default,
...
but make it less verbose
metze
2007-10-10 14:44:16 -05:00
Stefan Metzmacher
15eae968b8
r20974: add basic infrastructure for a DSDB replication service
...
not activated yet...
it will handle inbound pull replication and outbound change notification
metze
2007-10-10 14:44:06 -05:00
Stefan Metzmacher
efa31bbc37
r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit()
...
anymore it should use the dsdb_schema attached to the ldb_context
via dsdb_get_schema()
metze
2007-10-10 14:40:49 -05:00
Stefan Metzmacher
b7f681a8a1
r20733: add a function to load the oid mappings from ldb_val's
...
metze
2007-10-10 14:40:34 -05:00
Stefan Metzmacher
2e79863d54
r20729: add a version number to struct dsdb_extended_replicated_objects
...
metze
2007-10-10 14:40:33 -05:00
Stefan Metzmacher
0ecb07e052
r20726: - only add the rdn attribute and it's meta_data when the 'name' attribute is there
...
- add the values for objectGUID and whenChanged inside the ldb module,
so that the ldb module has only replicated attributes as input
metze
2007-10-10 14:40:32 -05:00
Stefan Metzmacher
a31e017e53
r20709: pass a repsFromTo1 struct down as it contains all needed info for the source dsa
...
and the highwater mark vector
metze
2007-10-10 14:40:29 -05:00
Stefan Metzmacher
c9e7a58f6a
r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_OBJECTS
...
metze
2007-10-10 14:40:28 -05:00
Stefan Metzmacher
165ff94b8a
r20682: make the dsdb_extended_replicated_objects_commit() interface a bit more useful,
...
so that we can apply the schema partition objects with one call
metze
2007-10-10 14:40:21 -05:00
Stefan Metzmacher
d5db31cde2
r20680: prepare the helper functions for applying replicated objects
...
to pass all needed info to the repl_meta_data module
metze
2007-10-10 14:40:21 -05:00
Stefan Metzmacher
48d568a75b
r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED_OBJECTS_OID, out, &ext_res);
...
which prepares the replicated objects, the repl_meta_data ldb module
will then add the uSNCreated, uSNChanged and some other things and will apply
the objects to the partition specific ldb
metze
2007-10-10 14:37:17 -05:00