(RADIATOR) global variable als LDAP host
    Peter Havekes 
    p.havekes at avans.nl
       
    Wed Jun  4 05:48:30 CDT 2008
    
    
  
Hi,
Is it possible to use a global variable in the host-paramater of authby ldap?
I'm using multiple radiator servers at different sublocations. Each has to connect to the local LDAP-server for performance reasons.
I use the same authby-ldap definitions in multiple handles. It would be nice to only change the ldap host adress in one place, in stead of all authby clauses.
config-sniplets:
DefineFormattedGlobalVar ldap1 145.48.x.y
DefineFormattedGlobalVar ldap1 145.48.x.z
<Handler some-things-here....>
        <AuthBy GROUP>
                AuthByPolicy ContinueUntilAccept
                <AuthBy LDAP2>
                        Host %{ldap1}
                        Port 389
                        BaseDN ou=Users, o=HSB
                        UsernameAttr cn
                        ServerChecksPassword
                        Timeout 5
                </AuthBy>
                <AuthBy LDAP2>
                        Host %{ldap2}
                        Port 389
                        BaseDN ou=users, o=HSB
                        UsernameAttr cn
                        ServerChecksPassword
                        Timeout 5
                </AuthBy>
        </AuthBy>
</Handler>
but this results in :
Wed Jun  4 12:18:45 2008: DEBUG: Handling with Radius::AuthLDAP2:
Wed Jun  4 12:18:45 2008: INFO: Connecting to :389
Wed Jun  4 12:18:45 2008: ERR: Could not open LDAP connection to :389. Backing off for 600 seconds.
Wed Jun  4 12:18:45 2008: DEBUG: Handling with Radius::AuthLDAP2:
Wed Jun  4 12:18:45 2008: INFO: Connecting to :389
Wed Jun  4 12:18:45 2008: ERR: Could not open LDAP connection to :389. Backing off for 600 seconds.
Wed Jun  4 12:18:45 2008: DEBUG: AuthBy GROUP result: IGNORE, User database access error
Any suggestions would be nice...
-- 
 
Peter Havekes
DIF-ICT 
ICT-Ontwikkeling
Avans Hogeschool
Onderwijsboulevard 215
5223 DE 's-Hertogenbosch
Telefoon    0736 295 592
Mobiel       0612917383
Fax           0736295488
email/msn p.havekes at avans.nl
--------------------------------------------------------------------------- 
Op deze e-mail zijn de volgende voorwaarden van toepassing: 
The following conditions apply to this e-mail: 
http://emaildisclaimer.avans.nl 
--------------------------------------------------------------------------- 
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
    
    
More information about the radiator
mailing list