31 Oct
2016
31 Oct
'16
6:19 a.m.
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.