<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Kerberos problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kerberos-problem/m-p/4730124#M386367</link>
    <description>Hi guys. &lt;BR /&gt;Use authentication via kerberos for domain users on HP-UX servers. If the domain controller is unavailable or network interfaces in the down, server is no authentification domain user (using the local password for domain user from console). How to solve this problem? &lt;BR /&gt;&lt;BR /&gt;# cat /etc/pam.conf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# PAM configuration&lt;BR /&gt;#&lt;BR /&gt;# This pam.conf file is intended as an example only.&lt;BR /&gt;# see pam.conf(4) for more details&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;################################################################&lt;BR /&gt;# This sample file will authenticate the user who belongs to   #&lt;BR /&gt;# either Kerberos or Unix system. Using this configuration file#&lt;BR /&gt;# if the user is authenticated through Kerberos then the Unix  #&lt;BR /&gt;# authentication will not be invoked. However,if the Kerberos  #&lt;BR /&gt;# authentication fails for the user, then the fallback         #&lt;BR /&gt;# authentication mechanism PAM-Unix will be invoked to         #&lt;BR /&gt;# authenticate the user.The assumption is the user is either   #&lt;BR /&gt;# present in Kerberos or in Unix system.                       #&lt;BR /&gt;#                                                              #&lt;BR /&gt;# In case, the administrator wants the password for all the    #&lt;BR /&gt;# users to be synchronous between Kerberos and Unix systems,   #&lt;BR /&gt;# then the control flag should to be set to "required" for all #&lt;BR /&gt;# the entries with use_first_pass option set for pam_unix.     #&lt;BR /&gt;# If password synchronization is optional then try_first_pass  #&lt;BR /&gt;# option need to be set for pam_unix, so that the user can     #&lt;BR /&gt;# login using the appropriate passwords.                       #&lt;BR /&gt;#                                                              #&lt;BR /&gt;# The module pam_hpsec(5) is stacked as mandatory module above #&lt;BR /&gt;# all the modules for making security checks before            #&lt;BR /&gt;# authentication.                                              #&lt;BR /&gt;################################################################&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;login      auth required     libpam_hpsec.so.1&lt;BR /&gt;login      auth sufficient   libpam_krb5.so.1&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;su         auth required     libpam_hpsec.so.1&lt;BR /&gt;su         auth sufficient   libpam_krb5.so.1&lt;BR /&gt;su         auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtlogin    auth required     libpam_hpsec.so.1&lt;BR /&gt;dtlogin    auth sufficient   libpam_krb5.so.1&lt;BR /&gt;dtlogin    auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtaction   auth required     libpam_hpsec.so.1&lt;BR /&gt;dtaction   auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtaction   auth sufficient   libpam_krb5.so.1&lt;BR /&gt;ftp        auth required     libpam_updbe.so.1&lt;BR /&gt;ftp        auth required     libpam_hpsec.so.1&lt;BR /&gt;ftp        auth sufficient   libpam_krb5.so.1&lt;BR /&gt;ftp        auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;sshd       auth required     libpam_updbe.so.1&lt;BR /&gt;sshd       auth required     libpam_hpsec.so.1&lt;BR /&gt;sshd       auth sufficient   libpam_krb5.so.1&lt;BR /&gt;sshd       auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;OTHER      auth required     libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Account management&lt;BR /&gt;#&lt;BR /&gt;login      account required    libpam_hpsec.so.1&lt;BR /&gt;login      account sufficient  libpam_krb5.so.1&lt;BR /&gt;login      account required    libpam_unix.so.1&lt;BR /&gt;su         account required    libpam_hpsec.so.1&lt;BR /&gt;su         account sufficient  libpam_krb5.so.1&lt;BR /&gt;su         account required    libpam_unix.so.1&lt;BR /&gt;dtlogin    account required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    account sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    account required    libpam_unix.so.1&lt;BR /&gt;dtaction   account required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   account sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   account required    libpam_unix.so.1&lt;BR /&gt;ftp        account required    libpam_hpsec.so.1&lt;BR /&gt;ftp        account sufficient  libpam_krb5.so.1&lt;BR /&gt;ftp        account required    libpam_unix.so.1&lt;BR /&gt;sshd       account required    libpam_hpsec.so.1&lt;BR /&gt;sshd       account required    libpam_unix.so.1&lt;BR /&gt;OTHER      account required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Session management&lt;BR /&gt;#&lt;BR /&gt;login      session required    libpam_hpsec.so.1&lt;BR /&gt;login      session sufficient  libpam_krb5.so.1&lt;BR /&gt;login      session required    libpam_unix.so.1&lt;BR /&gt;dtlogin    session required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    session sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    session required    libpam_unix.so.1&lt;BR /&gt;dtaction   session required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   session sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   session required    libpam_unix.so.1&lt;BR /&gt;OTHER      session required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Password management&lt;BR /&gt;#&lt;BR /&gt;login      password required    libpam_hpsec.so.1&lt;BR /&gt;login      password sufficient  libpam_krb5.so.1&lt;BR /&gt;login      password required    libpam_unix.so.1&lt;BR /&gt;passwd     password required    libpam_hpsec.so.1&lt;BR /&gt;passwd     password sufficient  libpam_krb5.so.1&lt;BR /&gt;passwd     password required    libpam_unix.so.1&lt;BR /&gt;dtlogin    password required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    password sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    password required    libpam_unix.so.1&lt;BR /&gt;dtaction   password required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   password sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   password required    libpam_unix.so.1&lt;BR /&gt;OTHER      password required    libpam_unix.so.1&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Dec 2010 08:53:13 GMT</pubDate>
    <dc:creator>Goriik</dc:creator>
    <dc:date>2010-12-23T08:53:13Z</dc:date>
    <item>
      <title>Kerberos problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kerberos-problem/m-p/4730124#M386367</link>
      <description>Hi guys. &lt;BR /&gt;Use authentication via kerberos for domain users on HP-UX servers. If the domain controller is unavailable or network interfaces in the down, server is no authentification domain user (using the local password for domain user from console). How to solve this problem? &lt;BR /&gt;&lt;BR /&gt;# cat /etc/pam.conf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# PAM configuration&lt;BR /&gt;#&lt;BR /&gt;# This pam.conf file is intended as an example only.&lt;BR /&gt;# see pam.conf(4) for more details&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;################################################################&lt;BR /&gt;# This sample file will authenticate the user who belongs to   #&lt;BR /&gt;# either Kerberos or Unix system. Using this configuration file#&lt;BR /&gt;# if the user is authenticated through Kerberos then the Unix  #&lt;BR /&gt;# authentication will not be invoked. However,if the Kerberos  #&lt;BR /&gt;# authentication fails for the user, then the fallback         #&lt;BR /&gt;# authentication mechanism PAM-Unix will be invoked to         #&lt;BR /&gt;# authenticate the user.The assumption is the user is either   #&lt;BR /&gt;# present in Kerberos or in Unix system.                       #&lt;BR /&gt;#                                                              #&lt;BR /&gt;# In case, the administrator wants the password for all the    #&lt;BR /&gt;# users to be synchronous between Kerberos and Unix systems,   #&lt;BR /&gt;# then the control flag should to be set to "required" for all #&lt;BR /&gt;# the entries with use_first_pass option set for pam_unix.     #&lt;BR /&gt;# If password synchronization is optional then try_first_pass  #&lt;BR /&gt;# option need to be set for pam_unix, so that the user can     #&lt;BR /&gt;# login using the appropriate passwords.                       #&lt;BR /&gt;#                                                              #&lt;BR /&gt;# The module pam_hpsec(5) is stacked as mandatory module above #&lt;BR /&gt;# all the modules for making security checks before            #&lt;BR /&gt;# authentication.                                              #&lt;BR /&gt;################################################################&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;login      auth required     libpam_hpsec.so.1&lt;BR /&gt;login      auth sufficient   libpam_krb5.so.1&lt;BR /&gt;login      auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;su         auth required     libpam_hpsec.so.1&lt;BR /&gt;su         auth sufficient   libpam_krb5.so.1&lt;BR /&gt;su         auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtlogin    auth required     libpam_hpsec.so.1&lt;BR /&gt;dtlogin    auth sufficient   libpam_krb5.so.1&lt;BR /&gt;dtlogin    auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtaction   auth required     libpam_hpsec.so.1&lt;BR /&gt;dtaction   auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;dtaction   auth sufficient   libpam_krb5.so.1&lt;BR /&gt;ftp        auth required     libpam_updbe.so.1&lt;BR /&gt;ftp        auth required     libpam_hpsec.so.1&lt;BR /&gt;ftp        auth sufficient   libpam_krb5.so.1&lt;BR /&gt;ftp        auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;sshd       auth required     libpam_updbe.so.1&lt;BR /&gt;sshd       auth required     libpam_hpsec.so.1&lt;BR /&gt;sshd       auth sufficient   libpam_krb5.so.1&lt;BR /&gt;sshd       auth required     libpam_unix.so.1 try_first_pass&lt;BR /&gt;OTHER      auth required     libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Account management&lt;BR /&gt;#&lt;BR /&gt;login      account required    libpam_hpsec.so.1&lt;BR /&gt;login      account sufficient  libpam_krb5.so.1&lt;BR /&gt;login      account required    libpam_unix.so.1&lt;BR /&gt;su         account required    libpam_hpsec.so.1&lt;BR /&gt;su         account sufficient  libpam_krb5.so.1&lt;BR /&gt;su         account required    libpam_unix.so.1&lt;BR /&gt;dtlogin    account required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    account sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    account required    libpam_unix.so.1&lt;BR /&gt;dtaction   account required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   account sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   account required    libpam_unix.so.1&lt;BR /&gt;ftp        account required    libpam_hpsec.so.1&lt;BR /&gt;ftp        account sufficient  libpam_krb5.so.1&lt;BR /&gt;ftp        account required    libpam_unix.so.1&lt;BR /&gt;sshd       account required    libpam_hpsec.so.1&lt;BR /&gt;sshd       account required    libpam_unix.so.1&lt;BR /&gt;OTHER      account required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Session management&lt;BR /&gt;#&lt;BR /&gt;login      session required    libpam_hpsec.so.1&lt;BR /&gt;login      session sufficient  libpam_krb5.so.1&lt;BR /&gt;login      session required    libpam_unix.so.1&lt;BR /&gt;dtlogin    session required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    session sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    session required    libpam_unix.so.1&lt;BR /&gt;dtaction   session required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   session sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   session required    libpam_unix.so.1&lt;BR /&gt;OTHER      session required    libpam_unix.so.1&lt;BR /&gt;#&lt;BR /&gt;# Password management&lt;BR /&gt;#&lt;BR /&gt;login      password required    libpam_hpsec.so.1&lt;BR /&gt;login      password sufficient  libpam_krb5.so.1&lt;BR /&gt;login      password required    libpam_unix.so.1&lt;BR /&gt;passwd     password required    libpam_hpsec.so.1&lt;BR /&gt;passwd     password sufficient  libpam_krb5.so.1&lt;BR /&gt;passwd     password required    libpam_unix.so.1&lt;BR /&gt;dtlogin    password required    libpam_hpsec.so.1&lt;BR /&gt;dtlogin    password sufficient  libpam_krb5.so.1&lt;BR /&gt;dtlogin    password required    libpam_unix.so.1&lt;BR /&gt;dtaction   password required    libpam_hpsec.so.1&lt;BR /&gt;dtaction   password sufficient  libpam_krb5.so.1&lt;BR /&gt;dtaction   password required    libpam_unix.so.1&lt;BR /&gt;OTHER      password required    libpam_unix.so.1&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2010 08:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kerberos-problem/m-p/4730124#M386367</guid>
      <dc:creator>Goriik</dc:creator>
      <dc:date>2010-12-23T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kerberos-problem/m-p/4730125#M386368</link>
      <description># cat /etc/pam_user.conf&lt;BR /&gt;&lt;BR /&gt;domainuser auth /usr/lib/security/$ISA/libpam_krb5.so.1 ignore&lt;BR /&gt;domainuser password /usr/lib/security/$ISA/libpam_krb5.so.1 ignore&lt;BR /&gt;domainuser account /usr/lib/security/$ISA/libpam_krb5.so.1 ignore&lt;BR /&gt;domainuser session /usr/lib/security/$ISA/libpam_krb5.so.1 ignore&lt;BR /&gt;domainuser auth /usr/lib/security/$ISA/libpam_unix.so.1 try_first_pass&lt;BR /&gt;domainuser password /usr/lib/security/$ISA/libpam_unix.so.1&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2010 08:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kerberos-problem/m-p/4730125#M386368</guid>
      <dc:creator>Goriik</dc:creator>
      <dc:date>2010-12-23T08:59:36Z</dc:date>
    </item>
  </channel>
</rss>

