On Wed, Aug 27, 2003 at 09:35:44AM +0000, Francisco Morales wrote: > Hi, I have a user [EMAIL PROTECTED] and I want to do a alias > [EMAIL PROTECTED] > > Could the user do log in with [EMAIL PROTECTED] and > [EMAIL PROTECTED] but access to the same folder?? because in > reality is the same user.
Yes but it depends on your authentication method. I use LDAP and it will work out-of-the-box if you just have multiple values for the same attribute: e.g. mail: [EMAIL PROTECTED] mail: [EMAIL PROTECTED] maildir: /path/to/Maildir since authldap will do a search for any entry with mail=(login name). I expect the same is possible with mysql etc. In fact it should work with any authentication method if you have a duplicate entry with a different login name but the same for all other parameters (password, home dir, maildir etc) Regards, Brian.
