Add multiple @groups to valid users
        Posted  
        
            by 
                skids89
            
        on Super User
        
        See other posts from Super User
        
            or by skids89
        
        
        
        Published on 2012-06-16T01:06:11Z
        Indexed on 
            2012/06/16
            3:18 UTC
        
        
        Read the original article
        Hit count: 541
        
In smb.conf I have the line
valid users = @Staff @Directors
Is this a valid syntax to add two groups to the valid users line? It does not seem to work right on our xp pro clients.
If not which of the following is the proper way (if any) to make two groups valid users of this network drive?
Which is proper for windows clients?
valid users = +Staff +Directors
Or do I need to use the &
valid users = &Staff &Directors
Or some combo of the two?
valid users = &+Staff &+Directors
valid users = +&Staff +&Directors
        © Super User or respective owner