1.安装好nagios软件后点击任意页面报错Itappearsasthoughyoudonothavepermissiontoviewinformationforanyofthehostsyourequested...解决方法:[root@tong1conf]#vim/usr/local/nagios-4.0.8/etc/cgi.cfguse_authentication=0--将1改为0,不用认证[root@tong1conf]#/etc/init.d/na..
分类:
移动开发 时间:
2015-04-01 20:22:23
阅读次数:
256
当使用mysql的新版本是,连接老版本的mysql,就会有可能报:ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' ena...
分类:
数据库 时间:
2015-03-31 19:38:26
阅读次数:
274
PAM: pluggable authentication modules for linuxhttp://www.linux-pam.org/whatispam.htmlA suite of shared libraries that enable the local system adminis...
分类:
系统相关 时间:
2015-03-31 19:36:50
阅读次数:
153
I know that blog post title is sure a mouth-full, but it describes the whole problem I was trying to solve in a recent project.The ProjectLet me outli...
分类:
Web程序 时间:
2015-03-28 01:12:23
阅读次数:
374
Fatalerror:Uncaughtexception‘PDOException’withmessage‘SQLSTATE[HY000][2000]mysqlndcannotconnecttoMySQL4.1+usingtheoldinsecureauthentication.PleaseuseanadministrationtooltoresetyourpasswordwiththecommandSETPASSWORD=PASSWORD(‘your_existing_password’).Thi..
分类:
数据库 时间:
2015-03-20 18:56:19
阅读次数:
179
问题描述
安装并启动 jenkins 后,添加了 SVN Publisher 插件,然后在构建任务的“构建后操作”操作中添加了“Publish to Subversion repository”相关的配置,如图所示:
但是每次构建完成之后并没有将对应的 jar 包成功提交到 svn 仓库中,在 jenkins 构建任务的“Console Output”页面中也并没有提示相关的错...
分类:
其他好文 时间:
2015-03-20 14:30:51
阅读次数:
1022
利用脚本自动建立ssh无密码登陆,系统版本为centos6.5tailf/var/log/secureMar1815:35:05a2sshd[6521]:Authenticationrefused:badownershipormodesfordirectory/rootMar1815:35:05a2sshd[6521]:Authenticationrefused:badownershipormodesfordirectory/root解决方法:chmod0750..
分类:
其他好文 时间:
2015-03-18 18:23:37
阅读次数:
137
PBOC/EMV里有两个非常重要的概念,SDA(static data authentication)和DDA(dynamic data authentication),分别叫做静态数据认证和动态数据认证。这两个认证都是脱机下(off-line)的认证。 SDA实现的原理是数字签名。过程如下:...
分类:
其他好文 时间:
2015-03-17 19:41:18
阅读次数:
172
SecurityContextHolder, SecurityContext和Authentication
SecurityContextHolder是SpringSecurity最基本的组件了,是用来存放SecurityContext的对象,默认是使用ThreadLocal实现的,这样就保证了本线程内所有的方法都可以获得SecurityContext对象。
SecurityContext...
分类:
编程语言 时间:
2015-03-17 15:52:04
阅读次数:
253