Displaying 5 results from an estimated 5 matches for "fileshareadmingroup".
2015 Mar 04
3
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
...remember correctly it doesn't matter what combinations you
'chmod' to. It changes to 755 as soon as you change ACLs from Windows.
I suggest you add uid- and gidnumber to all users and groups and chown
to a user:group (or perhaps group:group if possible). For example
chown FileShareAdmin:FileShareAdminGroup and let the user account
which operates the file share be a member of group
FileShareAdminGroup. With this approach you get some degree of
security if you also allow users to logon to the server with ssh for
example. And of course home directories.
Choice 3 and uid-/gidNumber assigned.
Regards
Da...
2015 Mar 04
2
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
...oesn't matter what combinations you
> 'chmod' to. It changes to 755 as soon as you change ACLs from Windows.
> I suggest you add uid- and gidnumber to all users and groups and chown
> to a user:group (or perhaps group:group if possible). For example
> chown FileShareAdmin:FileShareAdminGroup and let the user account
> which operates the file share be a member of group
> FileShareAdminGroup. With this approach you get some degree of
> security if you also allow users to logon to the server with ssh for
> example. And of course home directories.
>
> Choice 3 and uid...
2015 Mar 04
0
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
...t doesn't matter what combinations you
> 'chmod' to. It changes to 755 as soon as you change ACLs from Windows.
> I suggest you add uid- and gidnumber to all users and groups and chown
> to a user:group (or perhaps group:group if possible). For example
> chown FileShareAdmin:FileShareAdminGroup and let the user account
> which operates the file share be a member of group
> FileShareAdminGroup. With this approach you get some degree of
> security if you also allow users to logon to the server with ssh for
> example. And of course home directories.
>
> Choice 3 and uid-/gi...
2015 Mar 04
0
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
...tter what combinations you
>> 'chmod' to. It changes to 755 as soon as you change ACLs from Windows.
>> I suggest you add uid- and gidnumber to all users and groups and chown
>> to a user:group (or perhaps group:group if possible). For example
>> chown FileShareAdmin:FileShareAdminGroup and let the user account
>> which operates the file share be a member of group
>> FileShareAdminGroup. With this approach you get some degree of
>> security if you also allow users to logon to the server with ssh for
>> example. And of course home directories.
>>
>&...
2015 Mar 04
3
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
Hello again Rowland, list!
Sorry for the delayed response, and top posting.
To recap:
I'd like to complete the member server wiki so that ACLs can be set from
windows without taking undocumented steps.
The three ways I've found to do this are:
1) map root to administrator. (LPH VanBelle's script uses this option.)
2) chmod 0775 then chgrp "<DOMAIN>\Domain Admins"