Displaying 2 results from an estimated 2 matches for "acl_gropus".
2019 Feb 04
2
acl_groups from LDAP issue
...:ACL_GROUPS}
user_filter =
(&(objectClass=posixAccount)(uid=%u)(!(sn=NoLogin))(|(memberof=cn=perm-app-mymail_admins,ou=mymail,ou=apps,ou=services,dc=schuerz,dc=at)(memberof=cn=perm-app-mymail_users,ou=mymail,ou=apps,ou=services,dc=schuerz,dc=at)))
when i change acl_groups=%{env:ACL_GROUPS} to acl_gropus=mygroup, the
doveadm mailbox list command shows my public mailbox
So how do i get my acl_groups from the postlogin-script output into
userdb-query?
Even, when i do on the shell
ACL_GROUPS=mygroup doveadm mailbox list -u user.name
the ACL_GROUPS Environment is ignored by the doveadm-command......
2019 Feb 04
0
acl_groups from LDAP issue
...lter =
> (&(objectClass=posixAccount)(uid=%u)(!(sn=NoLogin))(|(memberof=cn=perm-app-mymail_admins,ou=mymail,ou=apps,ou=services,dc=schuerz,dc=at)(memberof=cn=perm-app-mymail_users,ou=mymail,ou=apps,ou=services,dc=schuerz,dc=at)))
>
>
> when i change acl_groups=%{env:ACL_GROUPS} to acl_gropus=mygroup, the
> doveadm mailbox list command shows my public mailbox
>
>
> So how do i get my acl_groups from the postlogin-script output into
> userdb-query?
>
> Even, when i do on the shell
>
> ACL_GROUPS=mygroup doveadm mailbox list -u user.name
>
> the ACL_G...