Suggest methods for testing changes to "pam.d/common-*" files
Posted
by Jamie
on Server Fault
See other posts from Server Fault
or by Jamie
Published on 2010-04-21T14:36:25Z
Indexed on
2010/04/21
14:43 UTC
Read the original article
Hit count: 537
How do I test the changes to the pam.d configuration files:
- Do I need to restart the PAM service to test the changes?
- Should I go through every service listed in the
/etc/pam.d/
directory?
I'm about to make changes to the pam.d/common-*
files in an effort to put an Ubuntu box into an active directory controlled network.
I'm just learning what to do, so I'm preparing the configuration in a VM, which I plan to deploy in metal in the coming week.
It is a clean install of Ubuntu 10.04 Beta 2 server, so other than SSH daemon, all other services are stock.
© Server Fault or respective owner