manage RADIUS clients in LDAP directory

Michael Ströder michael at stroeder.com
Mon Oct 31 11:19:33 CET 2016


HI!

Is there a how-to document which describes managing RADIUS clients with their
shared secrets in LDAP directory?

Something like this should just work?

ldap {

  server = 'ldapi://'
  identity = 'uid=radiusd,ou=ae-dir'
  password = secret
  base_dn = 'ou=ae-dir'
  [..]
  client {
    base_dn = "${..base_dn}"
    filter = '(objectClass=radiusClient)'
    scope = 'sub'

    template {
      require_message_authenticator = yes
    }

    attribute {
      ipaddr        = 'aeRemoteHost'
      secret        = 'radiusClientSecret'
      shortname     = 'uid'
    }
  }

}

Ciao, Michael.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3829 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20161031/cdb41777/attachment.bin>


More information about the Freeradius-Users mailing list