|
Abstract: . . . we will configure LDAP authentication using YaST, then, after finishing setup, the ldap.conf provided by YaST is not so usefull for our configuration because it has incomplete configuration for NDS authentication, the best way is to use the ldap.conf from one of our NLD clients (configured previously) and copy it to the server into /etc/ openldap /ldap.conf. We need two nfs mount points, first one for /home (store user's data), second one for /var/lib/kdeprofiles (store Kiosktool profiles). Server side nfs file /etc/exports Client side nfs mount points Server side edit /etc/exports, add the following line: /home *(rw,sync,no_root_squash) /DesktopConfig/kde-profiles *(ro,sync) Note: no_root_squash is needed to allow the creation of home directories in the server from remote clients during user login. Client side edit /etc/fstab, add the following line (it's just one alternative...) . . . . . . User bcornel logins to client machine and his home directory is created. Logged as root in the server, we have the recently created home directory of user bcornel. bcornel's home directory will be available whatever machine bcornel uses for login if this machine has been setup with ldap authentication and with /home mounted from the nfs server. Menu editing The file /var/lib/kdeprofiles/<profilename>/etc/xdg/applications.menu contains the menu of programs for the profile, it can be edited by hand if you wish. With the Kiosk Admin Tool I have selected the CallCenter profile,selected the KDE Menu and Setup KDE Menu and created a special CallCenter submenu with some often used applications. These changes appear in the applications.menu file of the Call Center profile as the following section: <Layout> <Merge type="menus" /> <Menuname>CallCenter</Menuname> . . . --3000,2,750,3297,29118
|