ChinaUnix.net
相关文章推荐:

freeradius 总流量

我现在需要做freeradius的相关项目。发现绝大多数应用都是freeradius+Mysql/openldap,即把用户名/密码存储在Mysql或Openldap里的。请问我能否直接把用户/密码存储在freeradius里users文件里呢?这样岂不更简单?难道一定要到Mysql/openldap里去验证用户名/密码吗?

by king1195 - 服务器应用 - 2013-03-04 09:52:40 阅读(1181) 回复(2)

相关讨论

键入radiusd -X后 出现的问题 Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory Make sure it (and all its dependent libraries!) are in the search path of your system's ld. /usr/local/freeradius/etc/raddb/sql.conf[22]: Instantiation failed for module "sql" /usr/local/freeradius/etc/raddb/sites-enabled/default[177]: Failed to load module ...

by zqldtc - Linux系统管理 - 2012-05-17 22:52:12 阅读(4479) 回复(3)

我在安装完freeradius做radtest时,检验不通过. 信息如下: root@iams freeradius-server-2.0.5]# radtest test hello localhost 10 testing123 Sending Access-Request of id 85 to 127.0.0.1 port 1812 User-Name = "test" User-Password = "hello" NAS-IP-Address = 220.250.64.25 NAS-Port = 10 没有返回值,另外我怎么看到NAS是个公网地址? 麻烦指点下!

by coldface - MySQL - 2009-05-19 10:44:52 阅读(2043) 回复(0)

大家好! 我安装freeradius2.0.5的版本,中间有条是向mysql数据库倒入db_mysql.sql,但是我的里面没有db_mysql.sql(倒是有个db_mysql.c的文件),请问如何处理? 谢谢!

by lybin1080 - MySQL - 2009-12-04 10:29:22 阅读(1793) 回复(4)

我在redflag4.1+mysql5.1.29+freeradius1.1.7环境下: 根据这篇文章http://blog.chinaunix.net/u1/47731/showart_402683.html做的配置: 在运行radiusd -x遇到rlm_sql_mysql的错误信息: rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the search path of your system's ld. 在网上的找的办法解决: 这是因为freeradius连接mysql...

by efly888 - 网络技术 - 2008-10-29 17:30:24 阅读(1795) 回复(0)

在运行radiusd -x你很可能会遇到rlm_sql_mysql的错误信息,这是因为freeradius连接mysql的驱动连接文件没有拷贝到usr/lib目录, 你首先要进入解压缩的freeradius目录,找到/src/module/driver/rlm_sql/rlm_sql_mysql,我记不太清了,好像是这个目录,运行 ./configure make 这时驱动文件会拷贝到usr/local/lib中,你还需要cp /usr/local/lib/* /usr/lib 然后选择一系列y,覆盖文件, 这时你运行radiusd -x才会正常连接 具体:#/roo...

by efly888 - 服务器应用 - 2008-10-29 16:31:23 阅读(1258) 回复(0)

radius -X 出现radiusd: ltdl.c:2460: tryall_dlopen_module: Assertion `dirname' failed. 是什么原因导致的. 谢谢,郁闷了好久.

by coollerboy - 服务器架设 - 2006-11-22 22:50:24 阅读(815) 回复(2)

radius -X 出现radiusd: ltdl.c:2460: tryall_dlopen_module: Assertion `dirname' failed. 是什么原因导致的. 谢谢,郁闷了好久.

by coollerboy - 服务器应用 - 2006-11-22 22:50:24 阅读(1294) 回复(2)

请问有xdjm研究过freeradius计费功能的么?我现在在做相关的研究,目前只是分析代码的起步阶段,希望能与有过相关开发经历的或者对freeradius感兴趣的xdjm一起讨论:mrgreen: 我的MSN:qq29154707@hotmail.com

by wanderfox - 服务器架设 - 2006-09-07 10:05:48 阅读(663) 回复(0)

请问有xdjm研究过freeradius计费功能的么?我现在在做相关的研究,目前只是分析代码的起步阶段,希望能与有过相关开发经历的或者对freeradius感兴趣的xdjm一起讨论:mrgreen: 我的MSN:qq29154707@hotmail.com

by wanderfox - 服务器应用 - 2006-09-07 10:05:48 阅读(1205) 回复(0)

freeradius 有什么命令可以加载dictionary.

by dida_327 - Linux论坛 - 2005-11-25 08:37:01 阅读(513) 回复(0)