I am about to allow users connect via SWA over SSL from the www. I would like users to handle one username and the AD password only.
The reason is that some users have very poor scalix local passwords, while I have enforced complexity requirements in AD Group Policies.
The normal user also hates multiple usernames and hates complex passwords, let alone managing two complex passwords.
The way I would like authentication to work in my environment (Outlook Connect and SWA only) is that users are always prompted to type their AD username and password, and the local scalix passwords are invalid unless the scalix user is not in AD, (ie: other users created locally in the Scalix server and not synced from AD).
So far I have had success with setting up the keytab and the krb5.conf, all tests good doing kinit for AD users. I am stuck with what pam.d files and in which way would I modify them to achieve what I want .
At the moment the pam.d files have the default authentication method setup:
auth required om_auth nullok
account required om_auth
password required om_auth nullok
I would appreciate some feedback.
Cheers,
Alvaro
[/b]