- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MIT Kerberos and hpux 11i
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-10-2005 01:07 AM
тАО01-10-2005 01:07 AM
MIT Kerberos and hpux 11i
I'm trying to get my HP server to authenticate to my Kerberos Server (another 11i machine running MIT 1.3.6 kerberos), but I'm having problems.
The kerberos server is setup and can issue tickets via kinit, but when I try and use pam_krb5 I always get the same error messages. I've tried removing all but the basic encryption type (single DES), to no avail. Also, the keytab file seems fine, as ktutil can read it in.
Any ideas where I might be going worng..
Jan 10 08:46:04 tarkin login: username [hawesjd] obtained
Jan 10 08:46:06 tarkin login: Clearing the krbflag in pamh
Jan 10 08:46:06 tarkin login: [Bad encryption type] Unable to verify host ticket
Jan 10 08:46:06 tarkin login: [Bad encryption type] can't verify v5 ticket: ; keytab found, assuming failure
Jan 10 08:46:06 tarkin login: while verifying tgt[Unknown code ____ 255]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 01:13 AM
тАО01-10-2005 01:13 AM
Re: MIT Kerberos and hpux 11i
Maybe take a look at the configuration on that box.
Also the problem might be showing up in syslog.log on the server box. That might be helpful.
swverify \* on the client would be useful, checking for corrupt software.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 01:38 AM
тАО01-10-2005 01:38 AM
Re: MIT Kerberos and hpux 11i
The systems log on the server don't show any problems - it quite happily issues tickets:
Jan 10 14:35:29 hippo krb5kdc[3728](info): AS_REQ (1 etypes {1}) 10.0.0.1: ISSUE: authtime 1105367729, etypes {rep=1 tkt=1 ses=1}, hawesjd@EXAMPLECOM for krbtgt/EXAMPLE.COM@EXAMPLE.COM
Jan 10 14:35:29 hippo krb5kdc[3728](info): TGS_REQ (1 etypes {1}) 10.0.0.1: ISSUE: authtime 1105367729, etypes {rep=1 tkt=1 ses=1}, hawesjd@EXAMPLE.COM for host/tarkin@EXMAPLE.COM
I can log is as normal (say as root) and issue a "kinit hawesjd" and get issued a ticket, but pam_krb5 doesn't seem to want to play
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 01:47 AM
тАО01-10-2005 01:47 AM
Re: MIT Kerberos and hpux 11i
things to check:
/etc/services
make sure the "reservations" are correct.
Any intervening firewalls.
Networking configuration: Is the /etc/rc.config.d/netconf file compatible with the server? Do ping, ssh and other services work without error. One little networking problem can cause a world of hurt.
The swverify showed no problems?
Try using the client to authenticate on a different Kerebos box, say a Windows one, if available.
I'm now relatively convinced that this is a client configuration error.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 02:21 AM
тАО01-10-2005 02:21 AM
Re: MIT Kerberos and hpux 11i
I believe that it was either a keytab problem or an /etc/passwd problem. The one change I did make was to specify -randkey when creating the service principles rather than type in a password.
Thanks for your help