LDAP with fallback on local authentication?

Justin Steward althalus87 at gmail.com
Mon Apr 13 02:14:37 CEST 2009


>
>  Don't force Auth-Type Ldap.
>
> But you will have to use two sql instances - one to store reply info and
> one to store backup passwords. You can't store passwords in sql (used for
> reply attributes) and ldap as well.
> authorize {
> ...
> sql_reply
> ldap
> if (notfound | fail) {
>     sql_bkp_pass
> }
> ...
> }
>
>

Ah, thank you very much. I think I understand now. Will experiment with that
when I get back to work on Tuesday.


Many thanks,
Justin Steward
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20090413/87d9025d/attachment.html>


More information about the Freeradius-Users mailing list