Re: Need help authenticating local users on Apple server

2011-08-18 Thread Raymond Norton
Since it's not marked as stable, it's not built by default. Try rebuilding it, but this time using ./configure --with-experimental-modules | tee configure.log ... then look at configure.log, see what it says about rlm_opendirectory. Thanks. I now have the opendirectory module working.

Re: Need help authenticating local users on Apple server

2011-08-18 Thread Fajar A. Nugraha
On Thu, Aug 18, 2011 at 10:50 PM, Raymond Norton ad...@lctn.org wrote: Since it's not marked as stable, it's not built by default. Try rebuilding it, but this time using ./configure --with-experimental-modules | tee configure.log ... then look at configure.log, see what it says about

Re: Need help authenticating local users on Apple server

2011-08-18 Thread Raymond Norton
It doesn't hurt to try adding it again :) I'm pretty sure it needs to be in both: http://lists.cistron.nl/pipermail/freeradius-users/2011-July/msg00447.html Yes, that worked. I am now able to authenticate local users with radtest. Thanks - List info/subscribe/unsubscribe? See

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Raymond Norton
And then list it in the authorize section. What is the proper syntax for adding the opendirectory module? I am getting errors when attempting to start radius: /usr/local/etc/raddb/sites-enabled/inner-tunnel[195]: Entry is not a reference to a module

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Johan Meiring
On 2011/08/16 10:39 PM, Raymond Norton wrote: And then list it in the authorize section. What is the proper syntax for adding the opendirectory module? I am getting errors when attempting to start radius: /usr/local/etc/raddb/sites-enabled/inner-tunnel[195]: Entry is not a reference to a

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Raymond Norton
Read again. list it in the authorize section not the authenticate section My mistake. I thought the word And meant do both, based on my question. Removed from authenticate and listed opendirectory under authorize of inner tunnel. I now get the following error:

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Alan DeKok
Raymond Norton wrote: What is the proper syntax for adding the opendirectory module? $ man unlang Or, read the dozens of examples in the configuration file you edited. I am getting errors when attempting to start radius: /usr/local/etc/raddb/sites-enabled/inner-tunnel[195]: Entry is not

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Raymond Norton
OK... you made a change to the file which created that error. Is it a secret? Or did you think we could guess what you did wrong? Johan informed me I misunderstood your original instructions and I was not to put anything under Authenticate of the inner-tunnel. I removed what I

Re: Need help authenticating local users on Apple server

2011-08-16 Thread Fajar A. Nugraha
On Wed, Aug 17, 2011 at 7:51 AM, Raymond Norton ad...@lctn.org wrote: And this is the error I now get with radiusd _X:  Module: Checking authenticate {...} for more modules to load  Module: Checking authorize {...} for more modules to load /usr/local/etc/raddb/modules/opendirectory[11]:

Need help authenticating local users on Apple server

2011-08-15 Thread Raymond Norton
Just installed v 2.1.11 on a mac (OSX 6.3) . Freeradius is working with clear text passwords and radtest. According to the wiki, I should be able to authenticate local users accounts without changing anything on the config. That's the way I understood it anyway. However, I am getting

Re: Need help authenticating local users on Apple server

2011-08-15 Thread Alan DeKok
Raymond Norton wrote: Just installed v 2.1.11 on a mac (OSX 6.3) . Freeradius is working with clear text passwords and radtest. According to the wiki, I should be able to authenticate local users accounts without changing anything on the config. No, it doesn't do that any more. That's the

Re: Need help authenticating local users on Apple server

2011-08-15 Thread Raymond Norton
On Mac OS X Server, configure the opendirectory module. Do you mean just enable the module? The module itself says: # This module is only used when the server is running on the same # system as OpenDirectory. The configuration of the module is hard-coded # by Apple, and cannot

Re: Need help authenticating local users on Apple server

2011-08-15 Thread Alan DeKok
Raymond Norton wrote: Do you mean just enable the module? The module itself says: And then list it in the authorize section. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html