search for: 8hwjno7yt4sqdmi

Displaying 1 result from an estimated 1 matches for "8hwjno7yt4sqdmi".

2013 Aug 01
2
misconception in uid and gid
Hi, I'm using a SQL database to store the usernames and passwords of my users. However, I have found that I must explicitly return the uid and gid with every query, even though all virtual users use the same uid and gid. The query, that works, is: user_query = SELECT mail, 'vmail' AS uid, 'vmail' AS gid, home, CONCAT('*:storage=', quota_MB*1024) AS quota_rule \