Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsissh with pam unsupported #11

Open
agansa opened this issue Nov 22, 2017 · 2 comments
Open

gsissh with pam unsupported #11

agansa opened this issue Nov 22, 2017 · 2 comments

Comments

@agansa
Copy link

agansa commented Nov 22, 2017

I have installed globus.6.0.1506371041 from source code by running a configure with the --with-pam option and modified the sshd_config file to set UsePam yes.
When I start the gsissh server I have the following error message:
Starting up GSI-OpenSSH sshd server... $GLOBUS_LOCATION/etc/gsissh/sshd_config line 95: Unsupported option UsePAM
done.

@agansa
Copy link
Author

agansa commented Nov 24, 2017

./configure --prefix=$HOME/globus --with-gsiopensshargs="--with-pam"

configure: WARNING: unrecognized options: --with-gsiopensshargs
...
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
PAM support: no

rpm -q --whatprovides /usr/include/security/pam_appl.h
pam-devel-1.1.1-24.el6.x86_64

grep gsiopensshargs configure returns nothing
It seems that this option is not managed at all.

@agansa
Copy link
Author

agansa commented Nov 24, 2017

The news is that it works when using the configure like that:
./configure --with-pam

and not as it is mentionned in the documentation:
./configure --with-gsiopensshargs="--with-pam"

May be an update of the documentation would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant