Scott Silzer <[EMAIL PROTECTED]> wrote:
> I don't think that system based auth will work in OSX as it uses 
> netinfo for most of its internal AAA, however LDAP,  xSQL and flat/db 
> files should work.

  The use of 'netinfo' shouldn't be a problem.  Many systems use yp to
store passwords, and there's no yp code in the server.  All that
matters is that the system's "getpwent" function ends up calling the
Right Thing.

  Then, any application can just use getpwent(), and it will Just
Work, on all the platforms.

  Alan DeKok,

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to