Barra superior

dimecres, 21 de març del 2018

Autenticació FreeRadius amb OpenLDAP

  1. Instal·lar Ubuntu Server 16.0 LTS
  2. Actualitzar paquets
    • apt-get update && apt-get upgrade -y
  3. Instal·lam FreeRadius
    • apt-get install freeradius freeradius-ldap -y
  4. Còpia schema FreeRadius per OpenLDAP
    • cp /usr/share/doc/freeradius/examples/openldap.schema /etc/ldap/schema/
  5. Afegeix l'schema OpenLDAP a la base de dades assegurant-nos de que no existeix
    • sudo ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b \ cn=schema,cn=config dn
  6. Seguim el procediment

Font

https://ubuntuforums.org/
https://tecadmin.net/
https://medium.com/
https://oxynets.wordpress.com/
https://serverfault.com/

Cap comentari:

Publica un comentari a l'entrada