Clive Goodhead writes: > I use Courier-IMAP with MySQL for authorisation of virtual > users and PAM for authoristation for two system users. > All works very well but it seems that I have to have > a field in the MySQL database for the uid and gid (which > are the same for all virtual users). Another Courier-IMAP > system with which I am familiar uses the LDAP_GLOB_UID and > LDAP_GLOB_GID options in authldaprc, but I am not able to > find any similar options for MySQL authorisation. Are any > such options available or is there a workaround that I > could use to avoid having any uid/gid information in the > database itself?
What you can do is insert verbatim constants. So if your virtual uid/gid is 100/100: MYSQL_UID_FIELD 100 MYSQL_GID_FIELD 100 > > Thank you for any assistance that you are able to provide. > > > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
