Do something like this:

Define your ldap blocks:

        ldap FOO{
                ...
                }
        ldap FOO2{
                ...
                }

Then do your authtype:
        authtype LDAP {
                FOO
                FOO2
        }

Actually, you may want to make that:

        authtype LDAP {
                redundant {
                  FOO
                  FOO2
                }
        }


--JST

On Mon, 22 Jul 2002, Brian Leung wrote:

> Date: Mon, 22 Jul 2002 17:30:27 +0800 (HKT)
> From: Brian Leung <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: ldap problem
>
> hi all,
>
> i try to add these in the radiusd.conf
>         authtype LDAP {
>                 ldap
>         }
>
>         authtype LDAP1 {
>                 ldap1
>         }
>
> but when i start it and it prompt me
> radiusd.conf[650] Failed to link to module 'rlm_ldap1': file not found
>
> how should i fixed? Thank you
>
> Regards,
> Brian Leung
> System Engineer
> Pacific Supernet
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>


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

Reply via email to