-
I am a newbie and looking at a Jaas module for PAM. JPAM is a great contribution and i thanks the developers of the module. I have a few questions. Does JPAM have any limitation to the kind of pam modules ? Will it work with the pam_krb5 ( kerberos ) module ? For the service name property can i simply supply 'system-auth' hence the default modules can be used as is ?.
2009-07-01 16:34:34 UTC by samshukla
-
I had a similar problem before. It turned out that I hadn't executing rights to the libjpam.so file. After changing that, the FPE was solved also.
2008-10-30 18:36:36 UTC by rainie
-
High
I have closed the mailing list due to a spam problem.
To ensure that I am across what is being discussed in this forum, any posts here will also be emailed to me.
2008-08-06 01:34:23 UTC by gregluck
-
Hi,
i had done all the necessary setups to use the JPAM. when i execute my Java program to call the JPAM, im getting the following message displayed .
/******************************************************************************
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGFPE (0x8) at pc=0xb7f9326b, pid=3886, tid=3085153968
#
# Java VM: Java.
2008-07-02 14:28:00 UTC by abuchandya
-
can you provide some links on how to make one-click install binary?
hmmmm and by the way thank you soo much, you have been a great source of help. Hats off to you...
2007-10-15 09:18:18 UTC by iamshoaibi
-
I'm not very good at linux systems and how to distribute applications on *nix platforms, but the libjpaam.so is a native file and that would have to be copied into the right directory at the end user system ($JAVA_HOME/lib/{ARCHITECTURE}/client/). The net-sf-jpam file will also have to be at the right place (/etc/pam.d/).
The commons.logging and the other jars could be included in your...
2007-10-15 07:17:29 UTC by pp2
-
Thank you soo much peter for helping me this much.... I just have one more question. Suppose if i redistribute the application that i am building using jpam, should the other host system satisfy the dependencies as well, and will he need to do the installation as i did according to your last post, e.g. copying all jar in the ext and all that?.
2007-10-12 18:32:27 UTC by iamshoaibi
-
I've had some trouble with jpam1.1 and reverted back to jpam0.5. But when I installed 0.5 I added to $JAVA_HOME/lib/ext:
commons-logging-1.1.jar
commons-logging-adapters-1.1.jar
commons-logging-api-1.1.jar
jpam-0.5.jar
I then added added libjpam.so to $JAVA_HOME/lib/i386/client/
after that I added net-sf-jpam to /etc/pam.d
and finally and in my home directory where I run my test...
2007-10-12 09:54:31 UTC by pp2
-
Well i am on Linux and here is the list of packages including pam:
pam_krb5-2.2.11-1
pam_smb-1.1.7-7.2.1
pam_pkcs11-0.5.3-23
pam-0.99.6.2-3.14.el5
pam_ccreds-3-5
pam_passwdqc-1.0.2-1.2.2
pam-devel-0.99.6.2-3.14.el5
and i pasted libjpam.so the one provided in the package in the respective directory...
so what should i do?.
2007-10-10 03:38:18 UTC by iamshoaibi
-
I got that error when I ran my test program in windows, not so surprising since there is no pam module there.
But I also got the same error when I had the wrong version of libjpam.so in my java library path: $JAVA_HOME/lib/i386/client/
/Peter.
2007-10-09 08:08:33 UTC by pp2