Page 24 of 36

Re: Linux PowerPC Server Software

Posted: Wed Jul 14, 2021 11:21 am
by xeno74
DFS (Distributed File System):

Image

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 15, 2021 11:49 am
by xeno74
Creating Samba domain users:

Code: Select all

samba-tool user create thomas P@ssw0rd \
--must-change-at-next-login \
--home-drive=H: \
--home-directory="\\X5000\november\thomas" \
--profile-path="\\X5000\november\thomas"
Show all Samba domain users:

Code: Select all

samba-tool user list
Show Samba AD-DC configuration including DFS shares:

Code: Select all

cat /etc/samba/smb.conf
Image

Re: Linux PowerPC Server Software

Posted: Mon Jul 19, 2021 2:54 pm
by xeno74
Distributed File System part2 with DFS link and DFS proxy:

Image

Re: Linux PowerPC Server Software

Posted: Tue Jul 20, 2021 11:48 am
by xeno74
Samba share and ext4 permissions:

Image

The Samba 4.13.4 AD-DC on MintPPC (based on Debian Sid PowerPC) works really well.

The users can create files in the shares and modify them if they have the certain ext4 permissions. They can only delete files if they are the owner of those files in the share (Sticky bit).

Re: Linux PowerPC Server Software

Posted: Wed Jul 21, 2021 1:47 pm
by xeno74
Auditing Samba Operations

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 22, 2021 3:13 pm
by xeno74
Samba: network printing:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 22, 2021 11:39 pm
by xeno74
net ads join of a Samba print server:

Image

Re: Linux PowerPC Server Software

Posted: Mon Jul 26, 2021 3:37 pm
by xeno74
realm join:

Image

Re: Linux PowerPC Server Software

Posted: Tue Jul 27, 2021 6:32 pm
by xeno74
smbspool and inherited file permissions:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 29, 2021 12:50 pm
by xeno74
Ports and inherited file permissions:

Image