[main] Doc issue in file modules/ROOT/pages/samba.adoc #733

Open
opened 2024-06-02 18:42:56 +00:00 by ilikelinux · 3 comments

Please complete the manual with the command and comments below.

sudo groupadd myfamily
sudo gpasswd -a $USER myfamily # add the logged-in user to the myfamily group !
sudo useradd -G myfamily jack # add the new users to the myfamily group.
sudo useradd -G myfamily maria

sudo usermod -G myfamily username excluded several users from the rest of the groups while adding themselves to the myfamily group. As I was a victim of this error too, I think puting the correct commands makes sense.

Please complete the manual with the command and comments below. `sudo groupadd myfamily` `sudo gpasswd -a $USER myfamily` # add the logged-in user to the myfamily group ! `sudo useradd -G myfamily jack` # add the new users to the myfamily group. `sudo useradd -G myfamily maria` `sudo usermod -G myfamily username` excluded several users from the rest of the groups while adding themselves to the myfamily group. As I was a victim of this error too, I think puting the correct commands makes sense.

Well, I checked:
https://docs.fedoraproject.org/en-US/quick-docs/samba/
(QuickDocs -> Usage and customisation -> JHow to create a samba share)

I guess it is about the paragraph "Sharing a dir for many users"
And you propose to explicitly add the current user unconditionally. If an admin cfreates the group they may not want to become a member?

And I don''t junderstand the purpose of the usermod -G which would add usernam,e to group myfamily and remove them from all other groups - if I fremember correctly.

Well, I checked: https://docs.fedoraproject.org/en-US/quick-docs/samba/ (QuickDocs -> Usage and customisation -> JHow to create a samba share) I guess it is about the paragraph "Sharing a dir for many users" And you propose to explicitly add the current user unconditionally. If an admin cfreates the group they may not want to become a member? And I don''t junderstand the purpose of the usermod -G which would add usernam,e to group myfamily and remove them from all other groups - if I fremember correctly.

Metadata Update from @pboy:

  • Issue assigned to pboy
**Metadata Update from @pboy**: - Issue assigned to pboy

Metadata Update from @pboy:

  • Issue priority set to: waiting on external (was: awaiting triage)
**Metadata Update from @pboy**: - Issue priority set to: waiting on external (was: awaiting triage)
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Docs/quick-docs#733
No description provided.