On Wed, 13 Sep 2023 13:03:45 +0200 Guido Berhoerster <gu...@berhoerster.name> 
wrote:
> error: ./filesystems: Using ext2 on /boot

This seems bogus, there should be an exception for boot.

> error: ./ldap-client: Missing /skole mount point in ldap
> error: ./ldap-client: Missing tjener mount point in ldap
> error: ./ldap-client: Missing / mount point in ldap
> error: ./ldap-client: TLS search for cn=admins failed.

All of the above are due to incorrect ldapsearch invocation.

> error: ./ldap-client: Not only one PAM module of krb5, ldap and sss is enabled

/etc/pam.d/common-auth contains:

    …
    auth    [success=3 default=ignore]      pam_krb5.so minimum_uid=1000
    auth    [success=2 default=ignore]      pam_unix.so nullok try_first_pass
    auth    [success=1 default=ignore]      pam_ldap.so minimum_uid=1000 
use_first_pass
    …

So PAM tries them in the given order until one succeeds, I'm not sure
what is wrong with that. The git history of testsuite/ldap-client is
not helpful either why this was added.

> error: ./ldap-server: search fail before flodding the LDAP server with 1200 
> connections
> error: ./ldap-server: search fail after flodding the LDAP server with 1200 
> connections

All of the above are due to incorrect ldapsearch invocation.

> error: ./rdp-server: xrdp service is not listening on 3389/tcp.'

This can be probably be ignored as I have set up FAI on top of my LTSP 
setup.


-- 
Guido Berhoerster

Reply via email to