Samba Roaming Profiles: Difference between revisions

From Alpine Linux
No edit summary
No edit summary
Line 3: Line 3:
Step 1: Setup Samba using this page: [https://wiki.alpinelinux.org/wiki/Setting_up_a_samba-ad-dc|Setting up a samba-ad-dc]
Step 1: Setup Samba using this page: [https://wiki.alpinelinux.org/wiki/Setting_up_a_samba-ad-dc|Setting up a samba-ad-dc]
Step 2: Create a directory to store the roaming profiles: mkdir -p /srv/samba/Profiles/
Step 2: Create a directory to store the roaming profiles: mkdir -p /srv/samba/Profiles/
Step 3: This is where my (jhjacobs81) journey differs from the average tutorial online. I had to use the following command: chmod -R 1777 /srv/samba/Profiles/
Step 3: This is where my (jhjacobs81) journey differs from the average tutorial online. I had to use the following command: chown root:users /srv/samba/Profiles/


This was the only way so far i could get it to work. other tutorials speak of setfacl and so, but this doesnt exist in Alpine. I will edit this page as i learn more.
This was the only way so far i could get it to work. other tutorials speak of setfacl and so, but this doesnt exist in Alpine. I will edit this page as i learn more.

Revision as of 19:43, 30 November 2022

Setting up Samba AD Server with Roaming Profiles is not very hard. But some changes are different then other tutorials.

Step 1: Setup Samba using this page: up a samba-ad-dc Step 2: Create a directory to store the roaming profiles: mkdir -p /srv/samba/Profiles/ Step 3: This is where my (jhjacobs81) journey differs from the average tutorial online. I had to use the following command: chown root:users /srv/samba/Profiles/

This was the only way so far i could get it to work. other tutorials speak of setfacl and so, but this doesnt exist in Alpine. I will edit this page as i learn more.