mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
KCC: improve docstring for KCC.list_dsas()
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>
This commit is contained in:
parent
b7f3ddca08
commit
3c41fcffb6
@ -2426,6 +2426,16 @@ class KCC(object):
|
||||
mydsa.commit_connections(self.samdb)
|
||||
|
||||
def list_dsas(self):
|
||||
"""Compile a comprehensive list of DSA DNs
|
||||
|
||||
These are all the DSAs on all the sites that KCC would be
|
||||
dealing with.
|
||||
|
||||
This method is not idempotent and may not work correctly in
|
||||
sequence with KCC.run().
|
||||
|
||||
:return: a list of DSA DN strings.
|
||||
"""
|
||||
self.load_my_site()
|
||||
self.load_my_dsa()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user