On Aug 21, 2015, at 12:42 PM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On Aug 21, 2015, at 12:34 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Aug 21, 2015, at 12:18 PM, Michael Ströder <michael@stroeder.com> wrote:
I'd also like to try to replace ISC dhcpd currently used with LDAP backend by FreeRADIUS already running for WLAN access. Any change to set up a plain DHCP server with LDAP as backend?
It's probably possible. The only consideration is what's in LDAP?
If you're doing static IPs in LDAP, it's pretty simple. I don't think there's a standard for doing dynamic leases in LDAP.
There's a draft from 99 https://tools.ietf.org/html/draft-gu-dhcp-ldap-schema-00
Could follow that.
Or there's whatever ISC is using. I guess that's better as it'd allow an easy migration path. http://www.freeipa.org/page/DHCP_Integration_Design -Arran