-- Roundcube 0.9.5 --
Good morning,
I use uid ldap parameter for authentication of users and it's works find.
I defined $rcmail_config['auto_create_user'] = true; and it's work find.
When the user is authenticated his e-mail address is formed with
[email protected].
I maybe badly looked but I do not find the way to form the address of the type
[email protected].
Thank's for your help and best regards.
Franck
Hello,
my question is maybe not clear...
I would like to force users email at
[email protected] because this is their real email, this is the value in ldap attribute email.
Pse how can i get the value from ldap or how can i define it in the conf file of roundcube ?
Tnx for help and best regards
Franck
If I understand your question correctly, you want the virtuser_query, or virtuser_file plugins that come with Roundcube.
Hi SKaero,
and thank's for your response.
I tested with virtuser_file and it allows to use an other email to log in and bind with an account in the imap server.
QuoteuserA.B@domain login
I used "userA.B@domain" as id and the pwdof "login" for authentication and it's work, but in my case i want to do the opposite.
I want to use "login" as id and form the email as "userA.B@domain"
instead of the default "login@domain".
Does virtuser_file plugin can do that ?
Tnx for help and best regards,
Franck