Page 25 of 37
Re: Linux PowerPC Server Software
Posted: Wed Aug 04, 2021 2:43 pm
by xeno74
Samba netlogon:

Re: Linux PowerPC Server Software
Posted: Sun Aug 08, 2021 2:10 pm
by xeno74
Samba: Windows Internet Name Service (WINS) server

Re: Linux PowerPC Server Software
Posted: Mon Aug 09, 2021 2:13 am
by xeno74
Winbind and SSSD:

Re: Linux PowerPC Server Software
Posted: Tue Aug 10, 2021 6:39 pm
by xeno74
NetBIOS and WINS:

Re: Linux PowerPC Server Software
Posted: Sun Aug 15, 2021 1:25 pm
by xeno74
DFS high availability:

Re: Linux PowerPC Server Software
Posted: Sat Aug 28, 2021 12:48 pm
by xeno74
Simple Samba registry configuration for public file access without a password on Void PPC:

Re: Linux PowerPC Server Software
Posted: Fri Sep 10, 2021 2:57 pm
by xeno74
FSMO transfer:

Re: Linux PowerPC Server Software
Posted: Sun Sep 12, 2021 1:38 pm
by xeno74
Working with the Samba registry:

Re: Linux PowerPC Server Software
Posted: Wed Sep 15, 2021 12:57 pm
by xeno74
Samba: User Profiles and Home Directories
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:41 pm
by xeno74
Samba: net ads join from another subnet including interfaces configuration:
