<?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 /etc/shadow in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675941#M20709</link>
    <description>Hello, currently in my /etc/shadow, in the 2nd password field, I have a password :......:. I would like to replace that filed with just a *, ie, :*:.&lt;BR /&gt;&lt;BR /&gt;How would I do that. &lt;BR /&gt;&lt;BR /&gt;I need to put a star so it will force the user to use kebros. &lt;BR /&gt;&lt;BR /&gt;Thanks and points will be assigned.</description>
    <pubDate>Mon, 21 Nov 2005 12:57:41 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2005-11-21T12:57:41Z</dc:date>
    <item>
      <title>/etc/shadow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675941#M20709</link>
      <description>Hello, currently in my /etc/shadow, in the 2nd password field, I have a password :......:. I would like to replace that filed with just a *, ie, :*:.&lt;BR /&gt;&lt;BR /&gt;How would I do that. &lt;BR /&gt;&lt;BR /&gt;I need to put a star so it will force the user to use kebros. &lt;BR /&gt;&lt;BR /&gt;Thanks and points will be assigned.</description>
      <pubDate>Mon, 21 Nov 2005 12:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675941#M20709</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2005-11-21T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shadow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675942#M20710</link>
      <description>Shalom Sanjit,&lt;BR /&gt;&lt;BR /&gt;very carefully:&lt;BR /&gt;&lt;BR /&gt;send s/....../*/g /etc/passwd &amp;gt; /tmp/passwd.new&lt;BR /&gt;&lt;BR /&gt;Edit it with vi, make sure its okay.&lt;BR /&gt;&lt;BR /&gt;Take out root and admin users you don't want affected.&lt;BR /&gt;&lt;BR /&gt;Shut down authentication.&lt;BR /&gt;&lt;BR /&gt;You may need to put quotes around the asterisck.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 13:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675942#M20710</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-21T13:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shadow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675943#M20711</link>
      <description>awk -F ":" -v OFS=":" '$2="*" { print $0 }' /etc/shadow &amp;gt; /etc/shadow.locked&lt;BR /&gt;&lt;BR /&gt;Extrange question, and dangerous, you will be disabling root account.&lt;BR /&gt;&lt;BR /&gt;User usermod -L username to lock an user account.</description>
      <pubDate>Mon, 21 Nov 2005 13:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/etc-shadow/m-p/3675943#M20711</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T13:16:20Z</dc:date>
    </item>
  </channel>
</rss>

