<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 6/12/2010 10:53 PM, Politik Durden wrote:
<blockquote cite="mid:623227.12326.qm@web31106.mail.mud.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;"
 valign="top">Running Ubuntu 10.04 LTS Lucid Lynx, creating group names
to mount to a Windows share and the GUI is telling me I have some
illegal characters in the group names. <br>
        <br>
Group names: <br>
        <br>
"music_on_compaqd51c"<br>
"shared_video_on_compaqd51c"<br>
"software_on_compaqd51c"<br>
        <br>
etc, etc<br>
        <br>
I used the command line to create the groups, and got no errors but
when I used the GUI to verify I did the commands right, I got the error
about illegal characters. There are no other error messages, but I'm
just wondering about allowable characters, before I create more groups.
        <br>
        <br>
Oddly enough, Google didn't turn up any results for rules on user/group
names. <br>
        <br>
As usual, thanks in advance..........<br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
___
  </pre>
</blockquote>
<br>
<pre>man groupadd
on Ubuntu 10.04 gives this:</pre>
...<br>
CAVEATS<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is usually recommended to only use groupnames that begin with
a<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lower case letter or an underscore, followed by lower case
letters,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; digits, underscores, or dashes. They can end with a dollar sign.
In<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; regular expression terms: [a-z_][a-z0-9_-]*[$]?<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On Debian, the only constraints are that groupnames must neither
start<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with a dash (-) nor contain a colon (:) or a whitespace (space:
, end<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of line: \n, tabulation: \t, etc.).<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Groupnames may only be up to 32 characters long.<br>
...<br>
<br>
Which would seem to indicate that the underscores are OK. Is it
possible that the groupnames in your example actually start and end
with the quotation marks? That would be an illegal character. Also all
letters must apparently be lowercase.<br>
<br>
-Greg<br>
<br>
</body>
</html>