Hi,

I've got Freeradius 0.81 installed with ldap-support. Unfortunately our
ldap is (a sort of) OpenLdap v1.2.x. Is it possible to let Freeradius do
auth on this version (ldap v2) of ldap?

Ldap logging:

20030201 231424444+0100 ldap1 imdirserv 5350 0 10
Note;LDAPConnMade(62/11) fromhost=192.168.0.28
20030201 231424445+0100 ldap1 imdirserv 5350 0 56579 Note;LDAPLog(62/17)
unknown version 3\n:cmd=bind:fromhost=192.168.0.28
20030201 231424445+0100 ldap1 imdirserv 5350 0 56579
Erro;LDAPProtocolErr(62/15) version not
supported:cmd=bind:fromhost=192.168.0.28
20030201 231424446+0100 ldap1 imdirserv 5350 0 56579
Note;LDAPDisconnected(62/12) cmd=unbind:fromhost=192.168.0.28

Freeradius config:

        ldap {
                server = 192.168.0.30
                identity = "cn=root"
                password = secret
                basedn = ""
                filter = "(userlogin=%u)"

                # set this to 'yes' to use TLS encrypted connections
                # to the LDAP database.
                start_tls = no
                # default_profile = "cn=radprofile,ou=dialup,o=My
Org,c=UA"
                # profile_attribute = "radiusProfileDn"
                # access_group = "cn=clients,ou=dialup,o=My Org,c=UA"
                # access_attr = "dialupAccess"

                # Mapping of RADIUS dictionary attributes to LDAP
                # directory attributes.
                # dictionary_mapping = ${raddbdir}/ldap.attrmap

                # ldap_cache_timeout = 120
                # ldap_cache_size = 0
                ldap_connections_number = 5
                password_header = "{crypt}"
                password_attribute = mailpassword
                # groupname_attribute = cn
                # groupmembership_filter =
"(|(&(objectClass=GroupOfNames)(membe
r=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}
)))"
                timeout = 4
                timelimit = 3
                net_timeout = 1
                # compare_check_items = yes
                access_attr_used_for_allow = no
        }


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

Reply via email to