add python KCC utility classes and methods
authorDave Craft <wimberosa@gmail.com>
Thu, 3 Nov 2011 17:37:24 +0000 (12:37 -0500)
committerAndrew Tridgell <tridge@samba.org>
Sun, 6 Nov 2011 23:02:45 +0000 (10:02 +1100)
commitc78dac4fde0fdcdfe44a4bc98da30f43cf32ff6c
treef2314ff4d72e798b8776ed3270a431d0f4eecd18
parenta5d6e427c5a60a0638d952c56e26cca421d3af9c
add python KCC utility classes and methods

New file source4/scripting/python/samba/kcc_utils.py
contains classes and methods for:
   DirectoryServiceAgent
   NTDSConnection
   GraphNode
   NamingContext
   NCReplica
These are consumed by a new samba_kcc python script
for KCC topology computation

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/scripting/python/samba/kcc_utils.py [new file with mode: 0644]