<?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: Period in usernames in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919854#M407595</link>
    <description>thats fine it works ok. your only problem will be that useradd only support 8 characters you you can create the users by hand...&lt;BR /&gt;If you har using AD that should work as well.</description>
    <pubDate>Mon, 22 Aug 2005 05:21:02 GMT</pubDate>
    <dc:creator>Jannik</dc:creator>
    <dc:date>2005-08-22T05:21:02Z</dc:date>
    <item>
      <title>Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919852#M407593</link>
      <description>What's the general feeling about putting periods in unix usernames ?&lt;BR /&gt;&lt;BR /&gt;Our client is moving to a common desktop with active directory and the new windows domain users will be formatted as firstname.lastname - we have been asked if we can create any new unix users with the same naming convention.&lt;BR /&gt;&lt;BR /&gt;I'm not sure about this and would value any thoughts/opinions here.</description>
      <pubDate>Mon, 22 Aug 2005 05:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919852#M407593</guid>
      <dc:creator>Ian Foster_2</dc:creator>
      <dc:date>2005-08-22T05:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919853#M407594</link>
      <description>Ian,&lt;BR /&gt;you can create your users with the convention you wrote.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;useradd -u 223 -g users ian.foster&lt;BR /&gt;&lt;BR /&gt;Your default homedir will be /home/ian.foster&lt;BR /&gt;&lt;BR /&gt;I think that you shouldn't have any problem...&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Alex</description>
      <pubDate>Mon, 22 Aug 2005 05:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919853#M407594</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-08-22T05:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919854#M407595</link>
      <description>thats fine it works ok. your only problem will be that useradd only support 8 characters you you can create the users by hand...&lt;BR /&gt;If you har using AD that should work as well.</description>
      <pubDate>Mon, 22 Aug 2005 05:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919854#M407595</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2005-08-22T05:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919855#M407596</link>
      <description>According to the useradd man page, there shouldn't be an issue with this;&lt;BR /&gt;&lt;BR /&gt;The useradd command may be used with the login argument, where login is the new login name, specified as a string of printable characters.  It may not contain a colon (:) or a newline (\n).&lt;BR /&gt;&lt;BR /&gt;I've just run a quick test on one of our dev systems here, and I can confirm that it's worked, and that the ID can successfully log in to the system.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 05:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919855#M407596</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2005-08-22T05:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919856#M407597</link>
      <description>The pwck(1M) command will complain about a bad character in the login name. It doesn't prevent you from using them. We had a system with periods in the user names and I never had any problems with the logins.&lt;BR /&gt;&lt;BR /&gt;Marlou</description>
      <pubDate>Mon, 22 Aug 2005 14:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919856#M407597</guid>
      <dc:creator>Marlou Everson</dc:creator>
      <dc:date>2005-08-22T14:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919857#M407598</link>
      <description>As one of the most clever personal quotes here on ITRC said (can't remember which one):&lt;BR /&gt;&lt;BR /&gt;In theory, there is no difference between theory and practice. But, in practice, there is.&lt;BR /&gt;&lt;BR /&gt;so, if you *CAN* do something does not necessarily mean you should do it. I personally, would try to convince the customer that, this may cause them some headache in the long run. As indicated in the previous post, complaints from app.s like pwck will be an issue. Although in pwck case, this is not a dealbreaker, in some unforeseen circumstances, it may put you in a bad situation. Something you can not predict from today, may start not working after a while, when you need it.&lt;BR /&gt;&lt;BR /&gt;So, in short : proceed with caution ! Slippery road ahead...</description>
      <pubDate>Mon, 22 Aug 2005 15:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919857#M407598</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-22T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919858#M407599</link>
      <description>Hi Ian , &lt;BR /&gt;&lt;BR /&gt;As posted in this thread , if u try &lt;BR /&gt;useradd -u 223 -g users ian.foster&lt;BR /&gt;&lt;BR /&gt;you will get ,&lt;BR /&gt;" Login 'ian.foster' is invalid " error.&lt;BR /&gt;&lt;BR /&gt;As it is exceeding 8 character length.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How ever this will work , &lt;BR /&gt;# useradd -u 223 -g users ia.foster&lt;BR /&gt;&lt;BR /&gt;Cheers ,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 16:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919858#M407599</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-22T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919859#M407600</link>
      <description>Howdy Ian,&lt;BR /&gt;&lt;BR /&gt;Periods? Love em.  Gives the usernames special character. My favorite of course:&lt;BR /&gt;&lt;BR /&gt;John.E.O&lt;BR /&gt;&lt;BR /&gt;useradd -u 34234 -g cowboys John.E.O &lt;BR /&gt;&lt;BR /&gt;Take care of youself bud,&lt;BR /&gt;&lt;BR /&gt;John E. Ophious&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 19:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919859#M407600</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2005-08-23T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Period in usernames</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919860#M407601</link>
      <description>Assessment is - can be done - but not necessarily 'recommended'. Erring on the side of caution.</description>
      <pubDate>Wed, 24 Aug 2005 04:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/period-in-usernames/m-p/4919860#M407601</guid>
      <dc:creator>Ian Foster_2</dc:creator>
      <dc:date>2005-08-24T04:51:39Z</dc:date>
    </item>
  </channel>
</rss>

