Hi As the feature isn't there then I guess so, yes. Probably related to the specific extras needed for winbind support to be compiled in. Matthew, if this is the case then can the offices build please support winbind asap? ;) alan On 25 Jan 2018 12:44 pm, "Jonathan Gazeley" <jonathan.gazeley@bristol.ac.uk> wrote:
I have just started upgraded from 3.0.15 to 3.0.16 (the latter being installed directly from http://packages.networkradius.com/centos/7/repo/)
I now cannot start up the daemon and in debug mode it fails :
radiusd -X ... # Instantiating module "eduroammschap" from file /etc/raddb/mods-enabled/eduroammschap /etc/raddb/mods-enabled/eduroammschap[10]: 'winbind' auth not enabled at compiled time /etc/raddb/mods-enabled/eduroammschap[10]: Instantiation failed for module "eduroammschap"
My eduroammschap module is configured to use a winbind handle rather than a call to ntlm_auth, as recommend by Matthew Newton a while ago.
[jg4461@radius-dev ~]$ cat /etc/raddb/mods-enabled/eduroammschap | grep -v '#' mschap eduroammschap { winbind_username = "%{%{Stripped-User-Name}:-%{ed uroammschap:User-Name}}" winbind_domain = "%{eduroammschap:NT-Domain}" pool { start = ${thread[pool].start_servers} min = ${thread[pool].min_spare_servers} max = ${thread[pool].max_servers} spare = ${thread[pool].max_spare_servers} uses = 0 retry_delay = 30 lifetime = 86400 cleanup_interval = 300 idle_timeout = 600 } passchange { } allow_retry = no retry_msg = "Verify username and re-enter your password" }
I've been building the RPM myself from the official tarball + spec file up until now, but is the official RPM built differently?
Thanks, Jonathan
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html