Displaying 1 result from an estimated 1 matches for "auth_orig_domain".
2014 May 03
1
%{orig_user} missing in checkpassword-Script
...value = strchr(auth_request->original_username,
'@');
if (tab[29].value != NULL) {
tab[29].value = escape_func(tab[29].value+1,
auth_request);
}
}
return ret_tab;
This will add AUTH_ORIG_USER, AUTH_ORIG_USERNAME and AUTH_ORIG_DOMAIN
environment variables to the environment of every checkpassword script.
If this is the correct way to extend the environment of a
chackpassword-script
then you might consider adding these minor changes to the dovecot-source.
Kind regards and thanks very much for this wonderful project
Peter Koch