Displaying 4 results from an estimated 4 matches for "lasr".
Did you mean:
lar
2024 Dec 11
1
High cpu load on LDAP
...chFlags attribute.
> There is this samba-tool command:
> samba-tool schema attribute \
> modify \
> member \
> --searchflags="fATTINDEX" \
> --option="dsdb:schema update allowed = true"
In the past i've added index (eg, for an added 'lasr draft' schema) as:
ldbedit -H /var/lib/samba/private/sam.ldb -b CN=mailLocalAddress,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=it --option="dsdb:schema update allowed"=true
and adding:
searchFlags: 1
it is the same? It is safest to use 'samba-tool'?
But the more g...
2024 Dec 11
2
High cpu load on LDAP
...his samba-tool command:
>> samba-tool schema attribute \
>> modify \
>> member \
>> --searchflags="fATTINDEX" \
>> --option="dsdb:schema update allowed = true"
>
> In the past i've added index (eg, for an added 'lasr draft' schema) as:
>
> ldbedit -H /var/lib/samba/private/sam.ldb -b CN=mailLocalAddress,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=it --option="dsdb:schema update allowed"=true
>
> and adding:
>
> searchFlags: 1
>
> it is the same? It is safest to us...
2024 Nov 21
1
High cpu load on LDAP
On 20/11/24 21:44, Heinz H?lzl wrote:
> hi,
>
>> It is possible to tell Samba to index 'member'.
>
> How i can do this?
>
> dbindex:member = yes in smb.conf ??
>
No, that has no effect.
If you run
ldbsearch -s base -b @INDEXLIST
you will see a list of "@IDXATTR" attributes. You need to modify it so
that there is one saying:
2025 Jan 21
1
High cpu load on LDAP
...amba-tool schema attribute \
> > > ????? modify? \
> > > ????? member \
> > > ???? --searchflags="fATTINDEX" \
> > > ???? --option="dsdb:schema update allowed = true"
> >
> > In the past i've added index (eg, for an added 'lasr draft' schema)
> > as:
> >
> > ldbedit -H /var/lib/samba/private/sam.ldb -b
> > CN=mailLocalAddress,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC
> > =it --option="dsdb:schema update allowed"=true
> >
> > and adding:
> >
> >...