Linux PowerPC Server Software

AmigaOne X5000 platform specific issues related to Linux only.
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

OpenLDAP with SASL:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba PDC with OpenLDAP on an AmigaOne X5000 managed by a Windows domain computer:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

Happy New Year 2021! :-)

Samba PDC with OpenLDAP works great on my AmigaOne X5000/40:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

Samba PDC with OpenLDAP:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

OpenLDAP accesslog overlay:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

LDAP Admin for managing Samba domain users and computers:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

OpenLDAP databases:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

OpenLDAP with TLS part1:

Image
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

xeno74 wrote: Tue Jan 12, 2021 5:10 pm OpenLDAP with TLS part1:

Image
  1. The recipient creates an RSA key pair. This key can last a long time (e.g. 1 year)
  2. The sender generates a random AES256 key. This key is only used once.
  3. The data is encrypted with the AES key
  4. The AES key is encrypted with the RSA public key
  5. The encrypted data and the encrypted key is sent to the recipient
  6. The recipient uses their RSA private key to decrypt the AES key
  7. The recipient uses the AES key to decrypt the data
  8. The recipient deletes the encrypted data and encrypted AES key.
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Linux PowerPC Server Software

Post by xeno74 »

OpenLDAP with TLS part2:

Image
Post Reply