Applies to: All versions of Centrify DirectControl on Linux platforms running Apache 2.0
Question:How to make 'Operations Manager from NetApp', which uses custom Apache configuration, to perform authentication through the DirectControl PAM module.
Answer:
Create /etc/pam.d/dfm and add these entries:
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
session required pam_stack.so service=system-auth
Restart the application.