Hi, in accounting {} There is -sql and -ldap can someone explain why they are exampled that way? Does it mean do not use sql and ldap? and it is written this way to specifically not use them, over a compile time default of use them? So if I want to use sql in accounting, I need change -sql to sql? thanks
On Wed, Sep 09, 2015 at 03:20:44PM +1000, Edwardo Garcia wrote:
There is -sql and -ldap can someone explain why they are exampled that way?
sql will error if the sql module is not enabled -sql will call sql if it is enabled, but ignore it otherwise.
Does it mean do not use sql and ldap? and it is written this way to specifically not use them, over a compile time default of use them? So if I want to use sql in accounting, I need change -sql to sql?
No, just enable the sql module in mods-enabled. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Hi Matthew, Thank you, I was hope it did not mean force-not-use but was not sure since find no documentation, sine it is safe to leave as is we will do so, thank you. On 9/9/15, Matthew Newton <mcn4@leicester.ac.uk> wrote:
On Wed, Sep 09, 2015 at 03:20:44PM +1000, Edwardo Garcia wrote:
There is -sql and -ldap can someone explain why they are exampled that way?
sql
will error if the sql module is not enabled
-sql
will call sql if it is enabled, but ignore it otherwise.
Does it mean do not use sql and ldap? and it is written this way to specifically not use them, over a compile time default of use them? So if I want to use sql in accounting, I need change -sql to sql?
No, just enable the sql module in mods-enabled.
Matthew
-- Matthew Newton, Ph.D. <mcn4@le.ac.uk>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Thu, Sep 10, 2015 at 07:51:38AM +1000, Edwardo Garcia wrote:
since find no documentation
raddb/mods-available/README.rst Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
participants (3)
-
Alan Buxey -
Edwardo Garcia -
Matthew Newton