Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-08 | samba_kcc NTDSConnection translation | Dave Craft | 1 | -110/+610 | |
This is an advancement of samba_kcc to compute and commit the modification of a repsFrom on an NC Replica. The repsFrom is computed according to the MS tech spec for implied replicas of NTDSConnections. Proper maintenance of (DRS options, schedules, etc) from a NTDSConnection are now all present. New classes for inter-site transports, sites, and repsFrom) are now present in kcc_utils.py. Substantively this gets intra-site topology generation functional by committing the repsFrom that were computed from the DSA graph implemented in prior drops of samba_kcc Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-07 | samba_kcc: Remove unnecessary return statements. | Jelmer Vernooij | 1 | -17/+0 | |
2011-11-07 | kcc: fixed program name | Andrew Tridgell | 1 | -3/+3 | |
kcccompute -> samba_kcc | |||||
2011-11-07 | kcc: fixed tabs/spaces in kcc python implementation | Andrew Tridgell | 1 | -5/+5 | |
as spotted by autobuild | |||||
2011-11-07 | samba_kcc addtion | Dave Craft | 1 | -0/+703 | |
Scaffolding and initial implementations of portions of the KCC in python. This code currently properly computes the graph nodes for the intrasite topology as well as enumerating all steps for a full run of the KCC. Signed-off-by: Andrew Tridgell <tridge@samba.org> |