- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- GNOME authenticating through PAM?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 12:04 PM
05-21-2002 12:04 PM
GNOME authenticating through PAM?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 01:58 PM
05-21-2002 01:58 PM
Re: GNOME authenticating through PAM?
See the following thread & it's link - states that 1.2 has trouble currently w/trusted systems & that 1.4 is supposed to fix it. But it does have a possible work-around
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2c567bb04b5cd611abdb0090277a778c,00.html
BTW - I searched the forum with "Gnome + PAM"
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 02:45 PM
05-21-2002 02:45 PM
Re: GNOME authenticating through PAM?
I already did a tsconvert -r and have set up PAM instead. Now as i understand it trusted systems use separate passwd files for each user and it uses the shadow file while PAM just has one passwd file with all the user info (but has an invalid character * for passwords.) Is this simply the same problem as with trusted systems where it won't work and we have to either start GNOME through the .dtlogin or is there some way to get it to see the PAM files? Incidentaly in that link that you sent me one you responded that
"1) Your system was using some sort of "extra" auth (SSH, PAM, etc.) before you installed Gnome & Gnome needs to be made aware of it. "
so my question is how do you make GNOME "aware" of the extra auth?
Thanks again for the help
-Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:28 AM
05-22-2002 10:28 AM
Re: GNOME authenticating through PAM?
May 22 12:28:03 ginko gdm[6568]: load_modules: can not open module /usr/lib/security/pam_smb_auth.1
May 22 12:28:03 ginko gdm[6568]: Couldn't authenticate root
that is what happens when you try to enter any user name, it immediatly sais that authentication failed. I checked the file and it has 555 on perms.
Any ideas?
-Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:07 AM
05-22-2002 11:07 AM
Re: GNOME authenticating through PAM?
What does your /etc/pam.conf file look like?
Do you have the PAM lib files /usr/lib/libpam.1,
/usr/lib/security/libpam_dce.1 & /usr/lib/security/libpam_unix.1 ?
Are you authenticating down to the user level?
If so, do you have an /etc/pam_user.conf AND the
login auth required /usr/lib/security/libpam_udpbe.1
line AHEAD of the libpam_unix.1 line in /etc/pam.conf?
Do you have CIFS 9000 or SAMBA on this system?
Almost looks likes it's trying to authenticate for it - the lib_smb_auth.1 file looks like that - could be just me though.
If not using CIFS/SAMBA you should remove that service name from the /etc/pam.conf file.
HTH,
Jeff