[vchkpw] Problem using pw_gid, pw_uid

2004-09-30 Thread Amit khatri
Hello I am using qmail with vpopmail. And I have also enabled mysql support for it. I am setting permissions for domains user accounts using vmoddomlimits vmoduser. when I set any value using these commands then one value get stored in pw_gid column of domainname_com table. for eg. if I give

Re: [vchkpw] Problem using pw_gid, pw_uid

2004-09-30 Thread Tom Collins
On Sep 30, 2004, at 1:06 AM, Amit khatri wrote: can anybody tell me that, is their exist any document which can tell me which digit in gid is used for what permission. Looking in the source code, you'll find the following in vpopmail.h /* gid flags */ #define NO_PASSWD_CHNG 0x01 #define NO_POP

Re: [vchkpw] Problem using pw_gid, pw_uid

2004-09-30 Thread Amit khatri
can anybody tell me that, is their exist any document which can tell me which digit in gid is used for what permission. Looking in the source code, you'll find the following in vpopmail.h /* gid flags */ #define NO_PASSWD_CHNG 0x01 #define NO_POP 0x02 #define NO_WEBMAIL 0x04