Displaying 2 results from an estimated 2 matches for "site_dnstr".
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...@@ -1710,12 +1710,14 @@ class KCC(object):
# Utilize the IP transport only for now
transport = self.ip_transport
DEBUG("edge_list %s" % edge_list)
for e in edge_list:
+ print "--------e.vertices[0].site: %s" % e.vertices[0].site.site_dnstr
+ print "--------e.vertices[1].site: %s" % e.vertices[1].site.site_dnstr
# XXX more accurate comparison?
if e.directed and e.vertices[0].site is self.my_site:
continue
if e.vertices[0].site is self.my_site:...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
Hello Rowland,
of course it will be started by samba, I saw this output if I run "samba -i".
But I can trigger this output also by starting samba_kcc manually.
Andrej
-----Ursprüngliche Nachricht-----
Von: Rowland Penny [mailto:rpenny at samba.org]
Gesendet: Donnerstag, 9. November 2017 14:04
An: samba at lists.samba.org
Cc: Andrej Gessel <Andrej.Gessel at janztec.com>