How to connect to kclad (the KCL Active Directory domain)
I followed these instructions (I did not get any errors).
sudo aptitude install likewise-open5
Connect:
sudo domainjoin-cli join kclad.ds.kcl.ac.uk LOGIN
Reboot.
Add the line winbind use default domain = yes to the file /etc/samba/lwiauthd.conf
Reboot.
Check if you are connected:
sudo domainjoin-cli query
I now seem to be connected whenever I am on the KCL network.
Leave:
sudo domainjoin-cli leave
(I don’t explicitly leave. It disconnects when I disconnect from the network.)