adding users to different groups

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default adding users to different groups

    Hi group,

    I need to add a user (myself) to a group he doesn't belong to by
    default. On most unices I do edit the group file and voila.

    On the MacOSX I tried the NIManager but the results are rather
    unpromissing. I found the group I am interested in ("operator"), found
    the "Users" key and added my login after the root. No difference noticed
    (even after reboot)...

    Any clues?

    Thanks in advance.

    Patryk 'Silver Dream !' Łogiewa Guest

  2. Similar Questions and Discussions

    1. Users login: Nested groups.
      Hi there! If anyone could help me... thanks! My problem is this: our application controls the users login with Active Directory. It checks that...
    2. [Carbon] how do i get a list of users and groups??
      hey all, i've been struggling to figure out how to get a list of users and groups like the finder's get info window displays in its ownership &...
    3. local users and groups
      When I try to access the Local Users and Groups, as the local administrator, there's an X, and I get an error message stating, Unable to access the...
    4. DirectoryEntry - enum users/groups...
      Hi, Joe, Thank You for pointing me in the right direction. My apps now captures the user's password with a text box and retrieves the user's...
    5. adding 2000 users to local XP Pro workstation groups
      I have built a small LAN with server 2000 and XP pro workstations. When I try to add a domain user or group to a local group, the domain accounts...
  3. #2

    Default Re: adding users to different groups

    "Patryk 'Silver Dream !' ?ogiewa" <silverdr@inet.remove.it.pl> wrote:
    > Hi group,
    > I need to add a user (myself) to a group he doesn't belong to by
    > default. On most unices I do edit the group file and voila.
    > On the MacOSX I tried the NIManager but the results are rather
    > unpromissing. I found the group I am interested in ("operator"), found
    > the "Users" key and added my login after the root. No difference noticed
    > (even after reboot)...
    I think that's all you have to do. Did you follow the format used in other
    groups for multiple members? Make sure you seperate the login names with a
    comma and a space.

    --
    *--------------------------------------------------------*
    | ^Nothing is foolproof to a sufficiently talented fool^ |
    | Heath Raftery, HRSoftWorks _\|/_ |
    *______________________________________m_('.')_m__ _______*
    Heath Raftery Guest

  4. #3

    Default Re: adding users to different groups

    Heath Raftery wrote:
    >>I need to add a user (myself) to a group he doesn't belong to by
    >>default. On most unices I do edit the group file and voila.
    >
    >
    >>On the MacOSX I tried the NIManager but the results are rather
    >>unpromissing. I found the group I am interested in ("operator"), found
    >>the "Users" key and added my login after the root. No difference noticed
    >>(even after reboot)...
    >
    >
    > I think that's all you have to do. Did you follow the format used in other
    > groups for multiple members? Make sure you seperate the login names with a
    > comma and a space.
    >
    I did exactly like that. I separated the entries with a comma and a
    space. Didn't help, but from your clue I found out how to make it work
    by examining all the other groups in search of one with more users. One
    has to "insert value" instead of editing the existing "Users" value. I
    removed the previous changes and inserted the new value. After
    logout-login it started to work as expected. Thanks.

    Patryk 'Silver Dream !' Łogiewa Guest

  5. #4

    Default Re: adding users to different groups

    In article <3f375c95$1@news.inet.com.pl>,
    "Patryk 'Silver Dream !' ?ogiewa" <silverdr@inet.remove.it.pl> wrote:
    > Heath Raftery wrote:
    > >>I need to add a user (myself) to a group he doesn't belong to by
    > >>default. On most unices I do edit the group file and voila.
    > >
    > >
    > >>On the MacOSX I tried the NIManager but the results are rather
    > >>unpromissing. I found the group I am interested in ("operator"), found
    > >>the "Users" key and added my login after the root. No difference noticed
    > >>(even after reboot)...
    > >
    > >
    > > I think that's all you have to do. Did you follow the format used in other
    > > groups for multiple members? Make sure you seperate the login names with a
    > > comma and a space.
    > >
    >
    > I did exactly like that. I separated the entries with a comma and a
    > space. Didn't help, but from your clue I found out how to make it work
    > by examining all the other groups in search of one with more users. One
    > has to "insert value" instead of editing the existing "Users" value. I
    > removed the previous changes and inserted the new value. After
    > logout-login it started to work as expected. Thanks.
    Ah, of course! Makes perfect sense, now that I'm in front of my OS X
    machine. I'm glad my potential bum-steer advice helped you out!

    I think you should be able to use the Management->Restart Local NetInfo
    Domains menu option instead of logout/login to cause your changes to set.

    --
    Heath
    __________________________________________________ ______
    | *Nothing is foolproof to a sufficiently talented fool* |
    | _\|/_ |
    |________________________________________m(. .)m_________|
    Heath Raftery Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139