Need help
Hello I am little confused regarding your installation readme, according to your installation section I did install this php-script-saml in /home/ directory, now you mentioned that
>> install pam_script from source or from your distribution.
I am using centos so I used yum install pam_script the yum installation create the following links in /etc directory
pam_script_acct -> pam_script
pam_script_ses_open -> pam_script
pam_script_ses_close -> pam_script
pam_script_passwd -> pam_script
pam_script_auth -> pam_script
You also mentioned
>> Use the given pam_script_auth file (or create a symlink from pam_script_auth to pam-script-saml.php)
Would you please tell me what is the meaning of above line I can see a symlink in /etc/pam_script_auth and I can also see a file in /home/pam-script-saml/pam_script_auth
also please help me on this
auth required pam_script.so dir=<dir> userid=mail grace=900 [...]
What will be the dir value? dir=/etc or dir=/home/pam-script-saml ?