I've tried setting default object permissions for the automountMap and
automount objects when they're added to my schema but I'm still getting
acl
errors. I would assume that the 'samba-tool dsacl set' command could
help
me but I have no clue where to start with syntax and I looked at the python
to see if I could find it but to no avail.
>From using MMC on the windows side I assume I need the following
permissions...
Authenticated Users: View
SYSTEM: Full
Domain Admins: Full
so without knowing how...
samba-tool dsacl set -URL=ldap://sambaserver.mydomain \
--action=allow \
--objectdn='automountMapName=auto.master,DC=MYDOMAIN' \
--trusteedn='CN=Administrator,CN=Users,DC=MYDOMAIN' \
-U Administrator \
--sddl=????????
probably miles away...