Page 26 of 38

Re: Linux PowerPC Server Software

Posted: Wed Sep 15, 2021 12:55 pm
by xeno74
Samba: User Profiles and Home Directories

Image

Creating a user in an AD domain:

Code: Select all

samba-tool user create grogu P@ssw0rd \
--home-drive=H: \
--home-directory='\\mintppc\users\grogu' \
--profile-path='\\mintppc\profiles\grogu'
Please make sure, that UNC network paths are surrounded by single quotation marks. The command "samba-tool" doesn't create the user directory in '\\mintppc\users'. Microsoft's ADUC creates this directory.
It isn't possible to connect to the Samba AD-DC via ADUC if you use a registry based smb.conf.

Re: Linux PowerPC Server Software

Posted: Fri Sep 17, 2021 3:42 pm
by xeno74
Samba: net ads join from another subnet including interfaces configuration:

Image

Re: Linux PowerPC Server Software

Posted: Fri Sep 17, 2021 7:23 pm
by xeno74
Samba AD domain: WINS

Image

Re: Linux PowerPC Server Software

Posted: Sat Sep 18, 2021 5:50 pm
by xeno74
Samba network recycle bin:

Image

Re: Linux PowerPC Server Software

Posted: Sun Sep 19, 2021 1:15 pm
by xeno74
Working with the Samba registry part2:

Image

Re: Linux PowerPC Server Software

Posted: Sun Sep 19, 2021 5:16 pm
by xeno74
Samba: Creating a new Group Policy (GPO)

Image

Re: Linux PowerPC Server Software

Posted: Tue Sep 21, 2021 1:31 pm
by xeno74
Demoting/Removing of a DC with FSMO transfers and GPOs:

Image

Re: Linux PowerPC Server Software

Posted: Thu Sep 23, 2021 1:06 pm
by xeno74
RODC in a new AD site (IP subnet):

Image

Preload of a user password in the cache of the RODC for an AD domain authentication via the RODC:

Code: Select all

root@rodc:~# samba-tool rodc preload thomas --server=mintppc
Output:

Code: Select all

Replicating DN CN=Thomas,OU=OS4_Users,DC=a-eon,DC=tld
Exop on[CN=Thomas,OU=OS4_Users,DC=a-eon,DC=tld] objects[1] linked_values[0]

Re: Linux PowerPC Server Software

Posted: Tue Oct 12, 2021 12:46 pm
by xeno74
Hi All,

I compiled the RC5 of kernel 5.15 with NFS v4 support today.

Download: linux-image-5.15-rc5-X5000_NFSv4.tar.gz

Image

Cheers,
Christian

Re: Linux PowerPC Server Software

Posted: Wed Oct 13, 2021 2:33 pm
by xeno74
NFS v4 part2:

Image