search for: settings_dn

Displaying 4 results from an estimated 4 matches for "settings_dn".

2019 Nov 06
1
List Index Out of Range
...dn, > ?????????????????????????? expression=("(&(invocationId=%s)" > ?????????????????????????????????????? > "(objectClass=nTDSDSA))" % inv_id), > ?????????????????????????? attrs=["distinguishedName", > "invocationId"]) > ??????? settings_dn = str(res[0]["distinguishedName"][0]) > ??????? prefix, dsa_dn = settings_dn.split(',', 1) > ??????? if prefix != 'CN=NTDS Settings': > > And change it to: > > ??????? res = samdb.search(base=config_dn, > ?????????????????????????? expression=(&q...
2019 Nov 05
3
List Index Out of Range
..., in run utdv_edges = get_utdv_edges(local_kcc, dsas, part_dn, lp, creds) File "/usr/lib/python3/dist-packages/samba/uptodateness.py", line 120, in get_utdv_edges cursors = get_utdv(samdb, part_dn) File "/usr/lib/python3/dist-packages/samba/uptodateness.py", line 86, in get_utdv settings_dn = str(res[0]["distinguishedName"][0]) I run Ubuntu Server 16.04.6 LTS I'm on Samba 4.10.9, which I downloaded and compiled from samba.org. I'm just a little concerned that there's some issue lurking in my data that I would be better off to find and fix that's causing thi...
2020 Nov 17
2
changes on DC not replicated, while showrepl reports no issues
Hi, Again more data: The command samba-tool visualize reps seems to agree with the observed lack of replication from DC4 to DC3 & DC2: > RepsTo objects for DOMAIN > destination >
2019 Nov 06
0
List Index Out of Range
...dges(local_kcc, dsas, part_dn, lp, creds) > File "/usr/lib/python3/dist-packages/samba/uptodateness.py", > line 120, in get_utdv_edges > cursors = get_utdv(samdb, part_dn) > File "/usr/lib/python3/dist-packages/samba/uptodateness.py", > line 86, in get_utdv > settings_dn = str(res[0]["distinguishedName"][0]) > > I run Ubuntu Server 16.04.6 LTS > I'm on Samba 4.10.9, which I downloaded and compiled from samba.org. > > I'm just a little concerned that there's some issue lurking > in my data that I would be better off to find...