6 Jan
2012
6 Jan
'12
1:48 p.m.
On Fri, 2012-01-06 at 12:36 +0100, Alexis Lelion wrote:
The thing is that when the ACLs are checked, it actually doesn't give the user login, but the master login, which is useless.
Yes, this is intentional.
Is there a way to use the first part of destuser as it is done when fetching info from the userdb?
You should be able to work around this with modifying userdb's query:
user_query = select '%n' AS master_user, ...