Displaying 2 results from an estimated 2 matches for "arraken".
Did you mean:
  arraies
  
2007 Dec 12
1
vfs_ChDir fails, even though the share is read-write for that user
...Active Directory 
then 
 * Samba will recognize that the user can access the share
 * but, vfs_ChDir will fail  
Consider a user, "vanhoudn", whose primary group is "WSG Staff". 
If the share config is set to:
 [arrakis]
   path = "/export/arrakis"
   comment = "Arraken Test share"
   writeable = yes     
   valid users = @"UIUC+domain users"
   vfs objects = zfsacl
   nfs4: mode = special
The logs will spit out: 
[2007/12/12 10:09:17, 10] smbd/share_access.c:(232)
  user_ok_token: share arrakis is ok for unix user UIUC+vanhoudn
[2007/12/12 10:09:1...
2007 Dec 05
1
AD returns only one group for all users
...nbind enum groups = Yes
   winbind nested groups = Yes
   idmap uid = 1000-200000
   idmap gid = 1000-200000
        # Logging
        log level = 5
        debug level = 3
        log file = /var/log/syslog/samba.log.%m
[arrakis]
        path = "/export/arrakis"
        comment = "Arraken Test share"
        writeable = yes
   user = @"UIUC+domain users"
   vfs objects = zfsacl
   nfs4: mode = special
[wsg]
        path = "/export/wsg"
        comment = "Only WSG should be able to access"
        writeable = yes
   valid users = @"UIUC+wsg st...