<?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: cgiwrap problems, is there an 8 character limit for usernames? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852024#M44770</link>
    <description>You might try to create a user with 9 character (or 10) username with a homedirectory that only consists of the first 8 characters of the username. That might work...&lt;BR /&gt;&lt;BR /&gt;(Just a guess, but combining your problem with SEP's note, that might be it...)&lt;BR /&gt;&lt;BR /&gt;Why it is only not allowing those characters, but allowing others, I don't understand. But on most unix systems usernames are limited or truncated after character 8, with some weird side effects... This might be one of them.</description>
    <pubDate>Thu, 15 Jan 2004 01:37:58 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2004-01-15T01:37:58Z</dc:date>
    <item>
      <title>cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852018#M44764</link>
      <description>Hi Guys, &lt;BR /&gt;&lt;BR /&gt;Its been a while but I've run into a weird problem,  I have a bunch of vhosts on a machine running:&lt;BR /&gt;&lt;BR /&gt;-apache 1.3.20&lt;BR /&gt;-cgiwrap 3.7&lt;BR /&gt;&lt;BR /&gt;The problem I have is that some users get the familiar error,"premature end of script headers" when they try to run cgi scripts via cgi-wrap.  If I take their script and copy it to my own users (dave) virtual hosted cgi dir, I can run the script no problem, copy it back and chown it back to the other user "victorian" and it fails to run.  When I run the cgiwrapd to debug it I get no output and no errors.  I am just grasping at straws right now but I think it may be related to the number of chars in the username.  I seem to recall an apache bug of the same type, perhaps cgiwrap has the same thing?&lt;BR /&gt;&lt;BR /&gt;Anyways any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 12 Jan 2004 19:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852018#M44764</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2004-01-12T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852019#M44765</link>
      <description>What do you mod_redirect rules look like for the VWS's?&lt;BR /&gt;&lt;BR /&gt;I've got users that are longer than 8chr's and don't have this issue, but using a newer apache (can't recall what version of cgiwrap I'm using off the top of my head).</description>
      <pubDate>Mon, 12 Jan 2004 19:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852019#M44765</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-12T19:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852020#M44766</link>
      <description>I don't have much experience with mod_rewrite so I'll post the rules that have been defined by default:&lt;BR /&gt;&lt;BR /&gt;RewriteEngine on&lt;BR /&gt;RewriteCond %{HTTP_HOST}                !^209.5.184.230(:80)?$&lt;BR /&gt;RewriteCond %{HTTP_HOST}                !^secure.blacksun.ca(:80)?$ [NC]&lt;BR /&gt;RewriteRule ^/(.*)                      &lt;A href="http://secure.blacksun.ca/$1" target="_blank"&gt;http://secure.blacksun.ca/$1&lt;/A&gt; [L,R]&lt;BR /&gt;RewriteOptions inherit&lt;BR /&gt;AliasMatch ^/~([^/]+)(/(.*))?           /home/.sites/70/site4/users/$1/web/$3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this renders properly.&lt;BR /&gt;&lt;BR /&gt;In case it doesn't heres an attachment text file.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 12 Jan 2004 20:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852020#M44766</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2004-01-12T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852021#M44767</link>
      <description>I can't figure out why you think usernames may be an issue.&lt;BR /&gt;&lt;BR /&gt;My Red Hat Linux Systems all universally ignore any characters in a username after character 8. Just a note in case you're concerned.&lt;BR /&gt;&lt;BR /&gt;If I create a user called jerusalem (9 char) and then try and log on as that user its real name is jerusale&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Jan 2004 10:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852021#M44767</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-13T10:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852022#M44768</link>
      <description>So this is going to fry your melons out there guys ( it fried mine :) :&lt;BR /&gt;&lt;BR /&gt;I started toying with usernames on this machine, created many many 9 character usernames.&lt;BR /&gt;&lt;BR /&gt;The cgiwrap fails if the ninth character is any one of the following letters:&lt;BR /&gt;&lt;BR /&gt;c, o, n, g, p, w&lt;BR /&gt;&lt;BR /&gt;This is not a prank, and I am at a loss as to why that would happen.  &lt;BR /&gt;&lt;BR /&gt;Next thing I tried was a ten character user name that had the ninth character of the user name "o" and it too fails with the dreaded "premature end of script headers"&lt;BR /&gt;&lt;BR /&gt;So I don't know where to go from here.  What would cause something so arbitrary?&lt;BR /&gt;&lt;BR /&gt;Thanks guys,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 13 Jan 2004 21:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852022#M44768</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2004-01-13T21:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852023#M44769</link>
      <description>If I had to hazard a guess, I'd say there's more mod rewrite stuff in one of your cnofiguration files, that you've not found.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2004 22:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852023#M44769</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-14T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852024#M44770</link>
      <description>You might try to create a user with 9 character (or 10) username with a homedirectory that only consists of the first 8 characters of the username. That might work...&lt;BR /&gt;&lt;BR /&gt;(Just a guess, but combining your problem with SEP's note, that might be it...)&lt;BR /&gt;&lt;BR /&gt;Why it is only not allowing those characters, but allowing others, I don't understand. But on most unix systems usernames are limited or truncated after character 8, with some weird side effects... This might be one of them.</description>
      <pubDate>Thu, 15 Jan 2004 01:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852024#M44770</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-15T01:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852025#M44771</link>
      <description>Turns out the problem was the cgiwrapd code was releasing a variable and then calling it.  Fixed the code and voila its working.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Thu, 20 Jan 2005 20:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852025#M44771</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-01-20T20:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: cgiwrap problems, is there an 8 character limit for usernames?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852026#M44772</link>
      <description>Woops didn't close this with the last comment.</description>
      <pubDate>Thu, 20 Jan 2005 20:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cgiwrap-problems-is-there-an-8-character-limit-for-usernames/m-p/4852026#M44772</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-01-20T20:24:48Z</dc:date>
    </item>
  </channel>
</rss>

