jesuspresley
May 17th, 2009, 06:49 PM
Hi,
I was struggling around with this for at least two days - so I think I have to let everybody know:
In the Samba module for webmin, I was not able to grant rights to user groups, because the syntax stored in the module is wrong.
Instead of saving a line like:
valid user = @group1,@group2,user1,user2
the Samba module saves:
valid users = @group1,@group2,user1,user2
to the smb.conf
This works for single users, but the groups will not be recognized.
This applies to Samba module samba-1.140-1 in Webmin version 1.470 and Samba server version 3.028
In case you have difficulties to access your shares on the server, you might consider changing the line manually.
BTW:
Samba teamed with Kerberos is freakin' awesome:
We have an Active Directory integrated Samba share in our network now.
I was struggling around with this for at least two days - so I think I have to let everybody know:
In the Samba module for webmin, I was not able to grant rights to user groups, because the syntax stored in the module is wrong.
Instead of saving a line like:
valid user = @group1,@group2,user1,user2
the Samba module saves:
valid users = @group1,@group2,user1,user2
to the smb.conf
This works for single users, but the groups will not be recognized.
This applies to Samba module samba-1.140-1 in Webmin version 1.470 and Samba server version 3.028
In case you have difficulties to access your shares on the server, you might consider changing the line manually.
BTW:
Samba teamed with Kerberos is freakin' awesome:
We have an Active Directory integrated Samba share in our network now.