Displaying 2 results from an estimated 2 matches for "config_dn".
Did you mean:
config_db
2019 Nov 06
1
List Index Out of Range
...eport ;-)
>
> It has been fixed in master and at least 4.11.2. Open
> /usr/lib/python3/dist-packages/samba/uptodateness.py in your
> favourite
> editor
>
> Go down to 'def get_utdv(samdb, dn):'
>
> Find this block:
>
> ??????? res = samdb.search(base=config_dn,
> ?????????????????????????? expression=("(&(invocationId=%s)"
> ??????????????????????????????????????
> "(objectClass=nTDSDSA))" % inv_id),
> ?????????????????????????? attrs=["distinguishedName",
> "invocationId"])
> ??????? se...
2019 Nov 05
3
List Index Out of Range
Hello,
I have three Samba Active Directory Domain Controllers that, from all metrics seem to be working just fine, but for one thing: When I run the following command:
# samba-tool visualize uptodateness -r
I always get the following response:
ERROR(<class 'IndexError'>): uncaught exception - list index out of range
File