<?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 Re: Passwd hangs when using Winbind in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147576#M453922</link>
    <description>SEP,&lt;BR /&gt;&lt;BR /&gt;I have tested this on a fully patched 11.23 system aswell and experience exactly the same symptoms :(</description>
    <pubDate>Tue, 23 Dec 2008 12:28:18 GMT</pubDate>
    <dc:creator>UxBoD</dc:creator>
    <dc:date>2008-12-23T12:28:18Z</dc:date>
    <item>
      <title>Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147571#M453917</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have setup AD authentication which is working fine but have a odd problem.  If I add winbind to /etc/nsswitch.conf for passwd and group when a *Unix* user issues the passwd command it just hangs.  I have tried adding [NOTFOUND=continue] so when the Unix user matches /etc/passwd it should not then check winbind.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to fix this please ?</description>
      <pubDate>Mon, 22 Dec 2008 13:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147571#M453917</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-22T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147572#M453918</link>
      <description>Sorry should add this is on HP-UX 11.23.</description>
      <pubDate>Mon, 22 Dec 2008 16:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147572#M453918</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-22T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147573#M453919</link>
      <description>After 10 minutes the password is verified.  I have connected to the process using tusc and can see it enumerating through the whole of our Active Directory.  Help !</description>
      <pubDate>Tue, 23 Dec 2008 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147573#M453919</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147574#M453920</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This processing delay is probably on the server side of the winbind. I'd check the domain controller for events, delays and error messages.&lt;BR /&gt;&lt;BR /&gt;I'd like to see the relevant line in /etc/nsswitch.conf to provide further advice.&lt;BR /&gt;&lt;BR /&gt;If winbind is first, it should not be. That would lend evidence to my processing delay theory.&lt;BR /&gt;&lt;BR /&gt;Also, the 11.23 system should be patched with a recent bi-annual patch set.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Dec 2008 10:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147574#M453920</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-23T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147575#M453921</link>
      <description>#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files winbind&lt;BR /&gt;group:        files winbind&lt;BR /&gt;hosts:        files [NOTFOUND=CONTINUE UNAVAIL=CONTINUE] dns&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2008 10:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147575#M453921</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147576#M453922</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;I have tested this on a fully patched 11.23 system aswell and experience exactly the same symptoms :(</description>
      <pubDate>Tue, 23 Dec 2008 12:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147576#M453922</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T12:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147577#M453923</link>
      <description>With respect to processing on the server side we have a very large AD installation with ~10k users so winbind is enumerating through all of them which gives the illusion passwd has hung.  As soon as I remove winbind from nsswitch.conf everything returns back to normal, apart from Samba no longer working for AD authentication.</description>
      <pubDate>Tue, 23 Dec 2008 12:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147577#M453923</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147578#M453924</link>
      <description>&amp;gt;so winbind is enumerating through all of them which gives the illusion passwd has hung.&lt;BR /&gt;&lt;BR /&gt;Is this every time or just once?&lt;BR /&gt;If every time, haven't they heard of hashing or a binary search?</description>
      <pubDate>Tue, 23 Dec 2008 13:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147578#M453924</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-23T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147579#M453925</link>
      <description>This is every time :( And our users have just hit the password expiry date :( :(</description>
      <pubDate>Tue, 23 Dec 2008 13:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147579#M453925</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147580#M453926</link>
      <description>I have increased the winbind cache time to 43200 (12 hours), then run the passwd command and watched the cache file grow.  Once it asked me to enter the password again, I [CTRL-C] and then ran it again.  Still the same, 10 minutes before the prompt comes back to enter password again :(</description>
      <pubDate>Tue, 23 Dec 2008 13:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147580#M453926</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passwd hangs when using Winbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147581#M453927</link>
      <description>Setting :-&lt;BR /&gt;&lt;BR /&gt;winbind enum users = No&lt;BR /&gt;winbind enum groups = No&lt;BR /&gt;&lt;BR /&gt;in /etc/opt/samba/smb.conf resolved the issue.  Still no not know why winbind is checked if the entry is found in /etc/passwd according to how nsswitch.conf should work.  Ho hum it works so I have happy users again.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd-hangs-when-using-winbind/m-p/5147581#M453927</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2008-12-23T14:56:24Z</dc:date>
    </item>
  </channel>
</rss>

