<?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: Username Length in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496783#M20152</link>
    <description>I agree with Rick, there could be reprocusions with using the long file names as far as other services.  However, if you must, I would write a script to modify the password file and homedir.&lt;BR /&gt;&lt;BR /&gt;psuedo code&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#parameters bogusname reallogin&lt;BR /&gt;copy passwd to passwd.old&lt;BR /&gt;useradd with option $1 plus....&lt;BR /&gt;mv $1 $2 #change the homedir&lt;BR /&gt;use sed to modify the passwdfile&lt;BR /&gt;&lt;BR /&gt;it would be much easier than using sam and then manually making the changes.&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Feb 2001 20:59:54 GMT</pubDate>
    <dc:creator>Joseph C. Denman</dc:creator>
    <dc:date>2001-02-21T20:59:54Z</dc:date>
    <item>
      <title>Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496778#M20147</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there a work around to add users with name that have more than 8 characters on a 10.20 box?  I have been editing the passwd file in order to allow larger usernames.  I also have to rename their home dir. Sam always give me an error message.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Tracie</description>
      <pubDate>Wed, 21 Feb 2001 17:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496778#M20147</guid>
      <dc:creator>Tracie Davis</dc:creator>
      <dc:date>2001-02-21T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496779#M20148</link>
      <description>I haven't found anything about a workaround for 10.20.  I found the following for 11.0 though:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c56ba4ce0d92d4be66/screen=ckiDisplayDocument?docId=200000053891756" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c56ba4ce0d92d4be66/screen=ckiDisplayDocument?docId=200000053891756&lt;/A&gt;</description>
      <pubDate>Wed, 21 Feb 2001 17:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496779#M20148</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-21T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496780#M20149</link>
      <description>I am using 11.0, but have you tried running the useradd, with appropriate options, from the command prompt?  If it allows long names, you could write a script to add the users calling the useradd command.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 21 Feb 2001 19:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496780#M20149</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-02-21T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496781#M20150</link>
      <description>Even using a script with the /usr/sam/lbin/useradd.sam command I still cannot create users with long names.</description>
      <pubDate>Wed, 21 Feb 2001 19:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496781#M20150</guid>
      <dc:creator>Tracie Davis</dc:creator>
      <dc:date>2001-02-21T19:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496782#M20151</link>
      <description>I understand that HP-UX 11.00 can have usernames longer than 8 characters but other issues, such as NIS, FTP, etc..., still are at the 8 character limit.  So even though you could logon to a system with &amp;gt;8 characters, other services do not like it too well.</description>
      <pubDate>Wed, 21 Feb 2001 19:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496782#M20151</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-21T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Username Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496783#M20152</link>
      <description>I agree with Rick, there could be reprocusions with using the long file names as far as other services.  However, if you must, I would write a script to modify the password file and homedir.&lt;BR /&gt;&lt;BR /&gt;psuedo code&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#parameters bogusname reallogin&lt;BR /&gt;copy passwd to passwd.old&lt;BR /&gt;useradd with option $1 plus....&lt;BR /&gt;mv $1 $2 #change the homedir&lt;BR /&gt;use sed to modify the passwdfile&lt;BR /&gt;&lt;BR /&gt;it would be much easier than using sam and then manually making the changes.&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 20:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-length/m-p/2496783#M20152</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-02-21T20:59:54Z</dc:date>
    </item>
  </channel>
</rss>

