[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1450] no login on diskless clients in 192-net



http://bugs.skolelinux.org/show_bug.cgi?id=1450





--- Comment #5 from Andreas B. Mundt <andi.mundt@web.de>  2010-03-24 14:24:30 ---
So far I figured out that the mechanism in ltsp-make-client which should ensure
that the certificate is copied seems not work at least in case no main-server
is available during installation.     

sniplet from ltsp-make-client:
[..]
    else
        # Used for thin-client-server when the main-server is not
        # available during installation.
        # This make it easier to hijack the LDAP connections from
        # clients.
        warning "LDAP SSL certificate not found, clients will download
dynamically at boot every time."

        cat <<'EOF' | append_if_missing $setupfile "/etc/ldap/ssl"
        # Make sure init.d/fetch-ldap-cert can work at boot if needed
        if [ ! -f /etc/ldap/ssl/ldap-server-pubkey.pem ] ; then
           copy_dirs="$copy_dirs /etc/ldap/ssl"
        fi
        EOF
        # Enable boot script too
        only_run_on_rclevel S fetch-ldap-cert
    fi
fi


-- 
Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


Reply to: