Hai,
I noticed this.
But in my Samba4 AD, the kopanoAliases are set with otherMailbox.
@arndtw , with samba4 AD, make sure you run latest samba 4.8 or 4.9.
samba 4.7 better already n the queries, 4.8-4.9+ are multi-threaded which helps a lot and optionaly you can enable preforking in 4.9.
Look up what is indexed : ldbsearch -H $(samba -b|grep PRIVATE_DIR|awk '{ print $NF }')//sam.ldb -s base -b @INDEXLIST
Lookup BaseDN : ldbsearch -H /$(samba -b|grep PRIVATE_DIR|awk '{ print $NF }')/sam.ldb -s base -b "" defaultNamingContext
Edit : ldbedit -H $(samba -b|grep PRIVATE_DIR|awk '{ print $NF }')//sam.ldb -b CN=SCHEMA,CN=CONFIGURATION,DC=.....baseDN.
Lookup what you want to edit, and set : searchFlags: 1
Tip, ```` ldbedit -e nano -H ```… Gives you the nano editor.
And you need to run : samba-tool dbcheck --reindex on the server after the change’s
You need to run this on every DC once.