freeRadius authentication with LDAP (OpenDJ)
freeRadius authentication with LDAP (OpenDJ) This post is about setting up Radius server with LDAP authentication. We have used freeRadius as the Radius server and OpenDJ as the LDAP server. Radius server authenticates a user whose credentials are stored in OpenDJ. Requirements 1. freeRadius Software (Version 3.0.21) 2. OpenDJ (Version 6.5.3 ) 3. Mac - Linux Environment Installation freeRadius Installed through Brew # brew install freeradius-server OpenDJ Download the latest OpendJ from Forgerock backstage and Install it by running the setup command. Please make a note of port, password for Directory Manager and BaseDN Configurations freeRadius freeRadius files to be modified 1. clients.conf ( /usr/local/etc/raddb /clients.conf) we will be using client as localhost and hence ensure ipaddr = 127.0.0.1 is uncommented and note the client secret 2. Configuring your Default site for LDAP Authentication Following are the two important directo...