So I am working on creating my own module, I have copied a current module in src/modules and made my changes. I configure, make and make install, my module is compiled just fine and copied to various directories with the exception of /usr/local/etc/raddb/modules. Do I need to copy my module in there manually or am I missing a step? Thanks!
On 29 Jan 2014, at 18:11, John S <chopsuey1973@hotmail.com> wrote:
So I am working on creating my own module, I have copied a current module in src/modules and made my changes. I configure, make and make install, my module is compiled just fine and copied to various directories with the exception of /usr/local/etc/raddb/modules. Do I need to copy my module in there manually or am I missing a step? Thanks!
You need to put the config file in <src>/raddb/modules/ and update the Makefile. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Thank you, that did the trick. Subject: Re: New Module From: a.cudbardb@freeradius.org Date: Wed, 29 Jan 2014 18:20:19 +0000 To: freeradius-devel@lists.freeradius.org On 29 Jan 2014, at 18:11, John S <chopsuey1973@hotmail.com> wrote:
So I am working on creating my own module, I have copied a current module in src/modules and made my changes. I configure, make and make install, my module is compiled just fine and copied to various directories with the exception of /usr/local/etc/raddb/modules. Do I need to copy my module in there manually or am I missing a step? Thanks!
You need to put the config file in <src>/raddb/modules/ and update the Makefile. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (2)
-
Arran Cudbard-Bell -
John S