Ren? Nieuwenhuizen wrote:
>Hi,
>
>What's does a group like 'CPB\unix_group.2147483404' mean? I get
al sorts of
>group when I run the following kix-script that are recognizable and some
>that are not. Why?
>
I think I've seen this happen when the smbpasswd file doesn't correctly 
match
the /etc/passwd database.  Aparently, when the client is trying to 
resolve the
names for a resource (such as a file or directory) if it can't match the 
UNIX
uid/gid to something in the smbpasswd file, it will create those names.
>
>
>running samba-2.2.3a with domainname CPB.
>
>================ groups.kix =====================>$index = 0
>DO
>    $group = ENUMGROUP($index)
>    ? $group
>    $index = $index + 1
>UNTIL Len($group) = 0
>================ results.txt ======================>CPB\it
>Iedereen                                        (Everyone)
>INTERACTIEF                            (INTERACTIVE)
>Geverifieerde gebruikers                (Verified Users)
>LOKAAL                                     (LOCAL)
>CPB\unix_group.2147483404
>CPB\unix_group.2147483404
>=============================================>
>Thanks,
>
>Ren? Nieuwenhuizen
>
>