Category Archives: Uncategorized

FreeRADIUS on FreeBSD and OpenLDAP

Instead of relying on PAM or /etc/passwd for authentication and authorization, I decided to store account information in an OpenLDAP database. Of course I could have used NIS or flat file databases, but OpenLDAP proved to be the best solution for my situation.
sudo portinstall net/openldap23-server
This will install the OpenLDAP 2.3 client and server.
sudo portinstall net/freeradius
This [...]