Integrate ldap query to freeradius

Boudjoudad Abdelkader boujoudad at gmail.com
Thu Mar 7 17:01:16 CET 2019


Hello,
How can i integrate this ldap query in freeradius authentication to get the
group name of user ?

ldapsearch -h server.example.com -p 389  -x -W -D "cn=Directory Manager"
"uid=username" | grep memberOf | awk '{print $2}' | cut -d ',' -f -1

Thanks,


More information about the Freeradius-Users mailing list