Displaying 3 results from an estimated 3 matches for "set_modifi".
Did you mean:
set_modified
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>
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...xtCtrl_setinsertionpoint
</span><span class="cx"> * "TextCtrl#set_insertion_point_end":#TextCtrl_setinsertionpointend
</span><span class="cx"> * "TextCtrl#set_max_length":#TextCtrl_setmaxlength
</span><ins>+* "TextCtrl#set_modified":#TextCtrl_setmodified
</ins><span class="cx"> * "TextCtrl#set_selection":#TextCtrl_setselection
</span><span class="cx"> * "TextCtrl#set_style":#TextCtrl_setstyle
</span><span class="cx"> * "TextCtrl#...
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...ba/kcc/__init__.py
@@ -1498,13 +1498,13 @@ class KCC(object):
dsdb.NTDSSITELINK_OPT_DISABLE_COMPRESSION) != 0):
cn.options |= \
dsdb.NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION
cn.set_modified(True)
# Display any modified connection
- if self.readonly:
+ if self.readonly or ldsa.is_ro():
if cn.to_be_modified:
logger.info("TO BE MODIFIED:\n%s" % cn)...