Posts
Showing posts from February, 2018
Radius and integrated with AD for Wireless AP
- Get link
- Other Apps
Freeradius and integrated with AD, with Wireless (Aruba-controller) Here you go, FreeRADIUS , an open-sourced project that will please you. Prerequisite Active Directory domain Ubuntu server Below are the used settings assuming FreeRADIUS 192.168.1.12 mydomain.com : domain name mydc.mydomain.com : domain controller MYNTDOMAIN : nt domain name Radiussrv : Radius server hostname 1. Install samba, winbind, krb5-user: sudo apt install samba winbind krb5-user 2. Config samba by editing: a. /etc/samba/smb.conf: ... [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = MYNTDOMAIN # need to add these security = ads password server = mydc.mydomain.com realm = MYDOMAIN.COM winbind use default domain = true ... b. /etc/krb5.conf: [libdefaults] default_realm = MYDOMAIN.COM ... [realms] MYDOMAIN.COM = { kdc = mydc.mydomain.com admin_server =