search for: gbayard

Displaying 2 results from an estimated 2 matches for "gbayard".

Did you mean: bayard
2009 May 06
0
Groups are not recognized any more
...nymore I export this directory: drwxrws--- 2 root mt23 4096 mai 6 12:34 test_smb with this smb.conf extract: [test] path = /test_smb writable = yes valid users = @mt23 create mask = 0770 force group = mt23 then I try to access the "test" share from windows with user gbayard which belongs to group mt23 (result of command id gbayard follows) uid=1217(gbayard) gid=14(sysadmin) groupes=14(sysadmin),2000(enseign),2015(mt23) and I got the following in the logs: [2009/05/06 13:56:50, 2] lib/smbldap.c:smbldap_open_connection(800) smbldap_open_connection: connection open...
2009 May 06
1
Samba group management understanding
Hello all, I want to set up a share for a project (enseign) First thing I did is to create a group for that project (with smbldap-groupadd) and add project members to that group. Then I created a test_smb directory on my linux server with the following access rights: drwxrwx--- 2 gbayard enseign 4096 avr 29 15:03 /test_smb Note: the idea is that only group members should be able to create/destroy files in this share (the user value should not be used) Then I added the following to smb.conf: [test] path = /test_smb writable = yes # browseable = no # create mask = 0770...