> I am able to return users and groups using wbinfo -g and -u. Samaba > will even allow users to connect that are in our domain. The problem > exist while trying to narrow down permissions to a share. > > [public] > comment = Public Stuff > path = /home/ > public = yes > read only = no > valid users = @"UFAD\_IFAS-FRE-USERS_autoGS"
Is this a group? Have you tried with a specific user? Did you try removing the quotes? This works for me: valid users = @DOMAIN\user But I haven't tried it with an AD group. If you can't get it to work with an individual user then it's probably a problem with your configuration. Cheers, Adam. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
