MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Please do not explicitly depend on PAM for authentication #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I was reading you installation document and found that you are depending on 
Authen::Simple::PAM.

PAM is not available on all operating systems or Linux distros.

Instead such users modifying the code to authenticate against different mode, 
could you make the authentication more modular? Authentication mode could be 
defined in a configuration file and then according to definition particular 
Authen::Simple::.... module would be used.

This would make your code more portable.

Thank you for taking this into mind.

jirib

Original issue reported on code.google.com by ji...@devio.us on 18 Feb 2012 at 4:19

GoogleCodeExporter commented 8 years ago
PAM is not a dependency, merely an option.  There are already several different 
authentication methods: none (trusted based on firewall settings), database 
(connection info and query are configuration items), LDAP (works also with 
Active Directory), and PAM as a last resort.  Does that fulfill your 
requirements?

Original comment by mchol...@gmail.com on 18 Feb 2012 at 7:56

GoogleCodeExporter commented 8 years ago
Hello,

thank you for info. As I wrote, I have been reading InstallationSteps till now,
of PAM is not needed then I will give ELSE try ;)

jirib

Original comment by ji...@devio.us on 20 Feb 2012 at 9:38

GoogleCodeExporter commented 8 years ago
Ok, I will close this.

Original comment by mchol...@gmail.com on 20 Feb 2012 at 10:37