News

Network/Ldap

🇧🇪 · Hackerspace Brussels

Getting started root@xm1:~# apt-get install slapd ldap-utils migrationtools ldapscripts Replication Adding hosts When you want to give shell access to a Linux desktop/server you install to HSBXL userbase, there are a few needed steps: Request a machine account in the ou=machines,dc=hsbxl,dc=be organizational unit apt-get install libpam-ldapd Give the IP address of the LDAP server (currently 192.168.255.1) Give the base DN (dc=hsbxl,dc=be) Say yes to all options Edit /etc/pam.d/common-account and add the following line at the end: session required pam_mkhomedir.

Network/RADIUS

🇧🇪 · Hackerspace Brussels

_ WORK IN PROGRESS _ This article describe HSBXL RADIUS server setup. We will be using FreeRADIUS 3.0. Wanted features RADIUS authentication on switches 802.1x authentication on access points Roaming (SpaceFED/EduRoam) LDAP user backend Dynamic VLAN assignment on WiFi RADIUS authentication on wiki (later) LDAP setup We need a back-end that contains a list of users with their passwords. You can choose to use the file /etc/freeradius/3.0/users instead of a full LDAP installation for small configurations (1-3 users), but you will feel the administrative pain very quickly.