Page 32 of 37

Re: Linux PowerPC Server Software

Posted: Sat Jul 16, 2022 6:08 pm
by xeno74
Trust relationship between a Samba AD domain and a FreeIPA domain:

Image

Re: Linux PowerPC Server Software

Posted: Sun Jul 17, 2022 6:43 pm
by xeno74
Replication between a Samba AD-DC and a FreeIPA domain part2:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 21, 2022 5:10 pm
by xeno74
Trust relationship between a Samba AD domain and a FreeIPA domain part2:

Image

Re: Linux PowerPC Server Software

Posted: Sun Jul 24, 2022 6:53 pm
by xeno74
Joining of a Samba client to an AD domain (net ads join):

Image

Re: Linux PowerPC Server Software

Posted: Fri Sep 09, 2022 5:01 pm
by xeno74
xeno74 wrote: Fri Oct 15, 2021 12:19 pm Kerberos KDC on Void PPC:

Image
A Kerberos keytab file contains the shared secret. The shared secret is required for a principal to request a ticket from the KDC or to decrypt a ticket that is presented by another principal.

Re: Linux PowerPC Server Software

Posted: Sat Sep 17, 2022 4:18 pm
by xeno74
MacOS X 10.5.8 Leopard connects via SMB1(NT1) to a Samba Server (simple smb.conf):

Image

It works but this solution brings security issues because of SMB1. I was also able to connect Void PPC Linux via Telnet/Xinetd from MacOS X 10.5.8 Leopard but this connection brings also security issues because it isn't encrypted.

Re: Linux PowerPC Server Software

Posted: Sun Sep 18, 2022 4:49 pm
by xeno74
MacOS X 10.5.8 Leopard connects via SMB1(NT1) to a Samba Server (simple smb.conf) with username and password:

Image

Re: Linux PowerPC Server Software

Posted: Sun Nov 13, 2022 6:40 pm
by xeno74
Kernel 6.1-rc4 with Samba 4.16.1 on Debian PPC64:

Image

Re: Linux PowerPC Server Software

Posted: Tue Nov 22, 2022 6:25 am
by xeno74
Kernel 6.1-rc5 with the new Samba 4.17.3:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jan 12, 2023 6:02 pm
by xeno74
xeno74 wrote: Fri Dec 04, 2020 3:02 pm
Roland wrote: Fri Dec 04, 2020 11:30 am Speaking of servers... What program should I install to Ubuntu, in order to be able to connect to it with 'RDesktop' from AmigaOS?
(https://www.dfstudios.co.uk/articles/am ... ops-amiga/)

Preferably something simple, not needing complicated configuration process...
Please try XRDP:

Code: Select all

sudo apt-get install xrdp

Code: Select all

sudo vi /etc/xrdp/startwm.sh
/etc/xrdp/startwm.sh:

Code: Select all

#!/bin/sh

if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi
#xrdp multiple users configuration 
 xfce4-session


. /etc/X11/Xsession
Image
A local login via a display manager doesn’t work if you are using XRDP at the same time.
XRDP doesn’t work if you already use the desktop.

You don’t need to edit the xrdp ini files. ip=127.0.0.1 is correct in the ini files.