Page 17 of 38

Re: Linux PowerPC Server Software

Posted: Fri Jan 15, 2021 4:55 pm
by xeno74
OpenLDAP with TLS part3:

Image

Image

Re: Linux PowerPC Server Software

Posted: Sat Jan 16, 2021 3:13 pm
by xeno74
OpenLDAP with TLS part4:

Image

Re: Linux PowerPC Server Software

Posted: Sun Jan 17, 2021 5:14 pm
by xeno74
Samba PDC: Access to OpenLDAP's cn=accesslog and cn=config with the LDAP Admin:

Image

Re: Linux PowerPC Server Software

Posted: Mon Jan 18, 2021 5:00 pm
by xeno74
OpenLDAP olcAccess:

Image

Re: Linux PowerPC Server Software

Posted: Tue Jan 19, 2021 11:47 am
by xeno74
Samba PDC with OpenLDAP on an AmigaOne X5000 managed by a Windows domain computer:

Image

Re: Linux PowerPC Server Software

Posted: Sat Jan 30, 2021 1:10 pm
by xeno74
OpenLDAP: Authenticate against the SASL authentication database

Image

Re: Linux PowerPC Server Software

Posted: Tue Feb 02, 2021 2:53 pm
by xeno74
OpenLDAP: Mapping UID Identities

Image

Re: Linux PowerPC Server Software

Posted: Fri Feb 05, 2021 1:05 am
by xeno74
openSUSE Tumbleweed PPC64 with Samba in a Samba NT4 domain:

Image

Re: Linux PowerPC Server Software

Posted: Fri Feb 05, 2021 9:59 am
by xeno74
openSUSE Tumbleweed PPC64 with Samba on a X1000 in a Samba NT4 domain part2:

Image

If we have SELinux enabled on CentOS 7 for example, then we have to relabel a shared folder so that it can be shared with Samba.

Code: Select all

[root@linux ~]# ls -lZd /public
drwxr-xr-x. root root unconfined_u:object_r:default_t:s0 /public
[root@linux ~]# chcon -t samba_share_t /public
[root@linux ~]# ls -lZd /public
drwxr-xr-x. root root unconfined_u:object_r:samba_share_t:s0 /public

Re: Linux PowerPC Server Software

Posted: Tue Feb 09, 2021 3:51 pm
by xeno74
Using LDAP as a SASL Back End

Image