Displaying 2 results from an estimated 2 matches for "dsa_dnstr".
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>
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...else:
                         ldsa.commit_connections(self.samdb)
@@ -1582,13 +1582,13 @@ class KCC(object):
                             dsdb.SYSTEM_FLAG_CONFIG_ALLOW_MOVE)
 
             cn = lbh.new_connection(opt, system_flags, transport,
                                     rbh.dsa_dnstr, link_sched)
 
             # Display any added connection
-            if self.readonly:
+            if self.readonly or lbh.is_ro():
                 if cn.to_be_added:
                     logger.info("TO BE ADDED:\n%s" % cn)
 
                     lbh.commit_connections(self.samdb, r...