Need compiled pam_allow.so.1 for Solaris 10

I am following a document I found online to have Solaris 10 automatically login the console server using JDS3. I need the pam_allow.so.1 module in order for this to work. This module is no longer included with Solaris 10. Does anyone know where I can get a compiled version of this module that will work on Solaris 10?

Thanks,

Chris

[351 byte] By [cbesch] at [2007-11-26 8:53:33]
# 1
The file /usr/lib/security/pam_allow.so.1 is not currently included with Solaris 10. I've heard that you can get a copy of it from one of the Nevada releases for the same type platform. http://www.opensolaris.org/os/community/onnv/
krelvinaz at 2007-7-6 22:48:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

I have found the source on opensolaris.org, but I am unable to compile it. When I try, the following is returned: /usr/ucb/cc: language optional software package not installed.

Would it be possible for someone else to compile it for me and then I just put it in place on my server, or does it have to be compiled on my server to work?

cbesch at 2007-7-6 22:48:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
/usr/ucb/cc isn't a compiler. In fact it would be a good idea to remove /usr/ucb from your path entirely when doing compiles.Either download the Sun Studio compilers (recommended), or use the gcc in /usr/sfw/bin.-- Darren
Darren_Dunham at 2007-7-6 22:48:12 > top of Java-index,Solaris Operating System,Solaris 10 Features...