Hi Peap, tls and eap-md5 work well for xp clients but peap and eap-md5 fail for vista client for version 1.1.3. Freeradius 1.1.4 version was released for vista support. But I couldn't update to this release from package manager programs(smart, aptitude, yast etc.). Updating and pasting configuration files are easy however installing it from source could be problematic. Is there a patch for working system or will this version soon be updated from linux distrubutions? Best regards
Ramazan Ulker wrote:
Peap, tls and eap-md5 work well for xp clients but peap and eap-md5 fail for vista client for version 1.1.3. Freeradius 1.1.4 version was released for vista support. But I couldn't update to this release from package manager programs(smart, aptitude, yast etc.). Updating and pasting configuration files are easy however installing it from source could be problematic. Is there a patch for working system or will this version soon be updated from linux distrubutions?
Don't ask us, as your Linux distribution. As for building it from source, it shouldn't be a problem. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
-----Original Message----- As for building it from source, it shouldn't be a problem.
To further upon this: http://wiki.freeradius.org/Build#Building_Packages
Hi all, I just finish the setup of FR 1.1.4 on FBSD 6.2 When FR started up manually, it started nicely. The progress can be seen at /var/log/radius.log Fri Mar 2 15:20:29 2007 : Info: Using deprecated naslist file. Support for this will go away soon. Fri Mar 2 15:20:29 2007 : Info: rlm_exec: Wait=yes but no output defined. Did you mean output=none? Fri Mar 2 15:20:29 2007 : Info: rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked Fri Mar 2 15:20:29 2007 : Info: rlm_sql (sql): Attempting to connect to sentral@localhost:/sentral Fri Mar 2 15:20:29 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #0 Fri Mar 2 15:20:29 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #1 Fri Mar 2 15:20:29 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #2 Fri Mar 2 15:20:29 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #3 Fri Mar 2 15:20:29 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #4 Fri Mar 2 15:20:30 2007 : Info: Ready to process requests. BUT.. when the FR box restart.. the /var/log/radius.log shows : Fri Mar 2 15:23:09 2007 : Info: Using deprecated naslist file. Support for this will go away soon. Fri Mar 2 15:23:09 2007 : Info: rlm_exec: Wait=yes but no output defined. Did you mean output=none? Fri Mar 2 15:23:09 2007 : Info: rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked Fri Mar 2 15:23:09 2007 : Info: rlm_sql (sql): Attempting to connect to sentral@localhost:/sentral Fri Mar 2 15:23:09 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #0 Fri Mar 2 15:23:09 2007 : Error: rlm_sql_mysql: Couldn't connect socket to MySQL server sentral@localhost:sentral Fri Mar 2 15:23:09 2007 : Error: rlm_sql_mysql: Mysql error 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' Fri Mar 2 15:23:09 2007 : Error: rlm_sql (sql): Failed to connect DB handle #0 Fri Mar 2 15:23:10 2007 : Info: Ready to process requests. Seems that this cause by the process sequesces... radius is started before mysql started. See the PID of each progress.. root 513 0.0 1.4 5508 3500 ?? Is 3:23PM 0:00.01 /usr/local/sbin/radiusd mysql 589 0.0 0.5 1724 1308 con- I 3:23PM 0:00.02 /bin/sh /usr/local/bin/safe_mysqld --defaults-extra-file=/var/db/mysq mysql 614 0.0 2.2 28044 5496 con- I 3:23PM 0:00.08 /usr/local/libexec/mysqld --defaults-extra-file=/var/db/mysql/my.cnf The question is.. how to change the process sequence, therefor mysql will started before radius ? TIA PD
PD wrote:
Seems that this cause by the process sequesces... radius is started before mysql started. See the PID of each progress.. ... The question is.. how to change the process sequence, therefor mysql will started before radius ?
See the "rc" scripts on your OS. Re-order them, or change their priorities so that FreeRADIUS starts after MySQL. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Big thx Alan, I put '# REQUIRE: mysql' at /usr/local/etc/rc.d/radiusd file and seems they are working as expected. WR PD On 3/2/2007, "Alan DeKok" <aland@deployingradius.com> wrote:
PD wrote:
Seems that this cause by the process sequesces... radius is started before mysql started. See the PID of each progress.. .... The question is.. how to change the process sequence, therefor mysql will started before radius ?
See the "rc" scripts on your OS. Re-order them, or change their priorities so that FreeRADIUS starts after MySQL.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Dearl Folks, still continuing our previous box... FBSD 6.2 and FR install from ports my /usr/local/etc/raddb/radiusd.conf contain : . logdir=/var/log . logfile=${logdir}/radius.log . log_auth_badpass=yes log_auth_goodpass=yes . but.. our /var/log/radius.log only contain : Sat Mar 3 14:56:48 2007 : Info: Using deprecated naslist file. Support for this will go away soon. Sat Mar 3 14:56:48 2007 : Info: rlm_exec: Wait=yes but no output defined. Did you mean output=none? Sat Mar 3 14:56:48 2007 : Info: rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked Sat Mar 3 14:56:48 2007 : Info: rlm_sql (sql): Attempting to connect to sentral@localhost:/sentral Sat Mar 3 14:56:48 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #0 Sat Mar 3 14:56:48 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #1 Sat Mar 3 14:56:48 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #2 Sat Mar 3 14:56:48 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #3 Sat Mar 3 14:56:48 2007 : Info: rlm_sql_mysql: Starting connect to MySQL server for #4 Sat Mar 3 14:56:48 2007 : Info: Ready to process requests. nothing else... The questions is... why I can not see all login with good and or bad pass on the above file ? TIA PD
participants (4)
-
Alan DeKok -
King, Michael -
PD -
Ramazan Ulker