Displaying 1 result from an estimated 1 matches for "win_domain_users".
2006 Apr 26
0
Many msgs log.winbindd about "group xxxxx in domain yyyyy does not exist"
...hy it is complaining about AIXSAMBA (the NETBIOS name).
There is an entry in /etc/group for the "system" group (GID = 0).
I do have some directories in one of the samba shares with an acl set as follows:
*
* ACL_type   AIXC
*
attributes: 
base permissions
    owner(root):  rwx
    group(win_domain_users):  rwx
    others:  r-x
extended permissions
    enabled
      permit  rwx  g:system
Environment:
AIX 5.3:  long names enabled (31 char including ending zero), using pam for authentication
Samba 3.0.22 (compiled from source), configure options were:
    --with-pam --with-acl-support --with-aio-sup...