hi all, i tried to install openldap 2.0.27 ans openssl 0.9.7 into a solaris 8 box. there are no problems. but when i tried to compile the freeradius 0.7.1, there are some error in rlm_ldap. Then i tried to rename the existing /usr/include/lber.h file to /usr/include/lber.h.bak and tried to use the /usr/localopenldap/include/lber.h instead. The compile problem is solved. But, when i tried to authenticate thorugh ldap in radius debug mode, i got the following error:
Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp. Ready to process requests. rad_recv: Access-Request packet from host 192.168.0.1:39868, id=37, length=57 User-Name = "brianlk" User-Password = "\325\204\313\217\2716\233\326\037\332\027R\307\231\301?" NAS-IP-Address = 255.255.255.255 NAS-Port-Id = "10" modcall: entering group authorize modcall[authorize]: module "preprocess" returns ok rlm_realm: Looking up realm NULL for User-Name = "brianlk" rlm_realm: No such realm NULL modcall[authorize]: module "suffix" returns noop users: Matched DEFAULT at 215 modcall[authorize]: module "files" returns ok rlm_ldap: - authorize rlm_ldap: performing user authorization for brianlk radius_xlat: '(uid=brianlk)' radius_xlat: 'o=testing.net.hk' ldap_get_conn: Got Id: 0 rlm_ldap: attempting LDAP reconnection rlm_ldap: (re)connect to ldap1.testing.net.hk:389, authentication 0 ld.so.1: /usr/local/radius-ldap/sbin/radiusd: fatal: relocation error: file /usr/local/radius-ldap/lib/rlm_ldap-0.7.1.so: symbol ldap_init: referenced symbol not found Killed The freeradiud is dead automatically. any one know what's the reason? Thank you so much Brian Gregory G. V. wrote: >I'm running the freeradius on two Netra T1 Solaris 9, development is on >the Blade 100, the database is IBM DB2, the whole environment have many >radiuses (not these two only) but the single database for all of them. The >database is far away from the most radius servers. So there is a >replication manager between each radius and database, and there is a >transaction manager to handle so much info (we use radius for VoIP >billing, so we have a crazy amount of CDRs per second). Everything except >freeradius and DB2 and OpenLDAP is home-made. The OpenLDAP we use for the >"custom" module for the authorisation. >Everything works, the radius works very well, the OpenLDAP works well too. >Hm... Actualy it is changed ldap server. a little bit. > >On 10:05am, Tim D. McCracken wrote: > > > >>I am running FreeRadius/MySQL on solaris on Netra T1s as well and have no >>problems >>My current production systems are running Solaris 8, but my FreeRadius was >>compiled on my test box using Solaris 9 >> >>I initially tried to use the Netscape LDAP and the "free" radius server that >>came with it. That thing ***sucked*** big time, although I managed to use >>it >>for several months. I don't know if it was the ldap or the radius, but it >>drove me to FreeRadius/MySql >> >> > >Gregory G. V. >--------------- >Any opinions in this posting are my own and not those of my present >or previous employers. > >According Isham Research's Devil's IT Dictionary mainframe is: >"an obsolete device still used by thousands of obsolete companies >serving billions of obsolete customers and making huge obsolete profits >for their obsolete shareholders. >And this year's run twice as fast as last year's." > > > >- >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
