1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/python/samba/kcc
Douglas Bagnall 733d6ea6fa KCC: rename is_repsFrom_implied to get_dsa_for_implied_replica, simplify
KCC.is_repsFrom_implied() did more than it sounded like -- it returned
a tuple of (implied, dsa), where the dsa was None if and only if implied
was False, and a DSA object if implied was True. Thus the implied flag
was strictly reduntant and the only caller really only wanted the DSA.
Now it just gets the DSA, or None.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-06-12 06:57:14 +02:00
..
__init__.py KCC: rename is_repsFrom_implied to get_dsa_for_implied_replica, simplify 2015-06-12 06:57:14 +02:00
debug.py KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug} 2015-06-12 06:57:13 +02:00
graph_utils.py KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug} 2015-06-12 06:57:13 +02:00
graph.py KCC: move functions used in kcc.graph into kcc.graph 2015-06-12 06:57:13 +02:00
kcc_utils.py KCC: move functions used in kcc.graph into kcc.graph 2015-06-12 06:57:13 +02:00
ldif_import_export.py KCC: shift samba.ldif_utils to samba.kcc.ldif_import_export 2015-06-12 06:57:13 +02:00