本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload
source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:
Web程序 时间:
2014-05-27 16:19:48
阅读次数:
473
manually set an authenticated user in Spring Security
在spring security手动 自定义 用户认证 SecurityContextHolder
//存放authentication到SecurityContextHolder
SecurityContextHolder.getContext().setAuthentication(authentication);
HttpSession session = request.getSession...
分类:
编程语言 时间:
2014-05-24 19:30:39
阅读次数:
4235
注:本文转自http://www.ichatter.net/2013/03/21/385/
CAS(Central Authentication
Service)框架是一个开源的单点登陆框架。最近公司要将几个产品实现单点登陆,同事在负责技术筛选时选择了CAS,并已实现了单点登陆功能,但是在...
分类:
其他好文 时间:
2014-05-22 03:52:04
阅读次数:
444
$ su - rootPassword:su: Authentication
failureSorry.这时候输入$ sudo passwd rootEnter new UNIX password:Retype new UNIX
password:passwd: password updated s...
分类:
其他好文 时间:
2014-05-17 20:08:38
阅读次数:
241
The goal of this article is to provide some
background information regarding the Kerberos related configuration steps of the
FIM Portal and FIM Servic...
分类:
其他好文 时间:
2014-05-16 07:57:15
阅读次数:
465
Gitlab安装部署GitLab,是一个使用RubyonRails开发的开源应用程序,与Github类似,能够浏览源代码,管理缺陷和注释,非常适合在团队内部使用。安装步骤n升级系统并及关闭selinux和iptablesn安装Rubyn创建项目运行用户(创建git账号,方便权限管理)nGitLabShelln数据库(可以支..
分类:
其他好文 时间:
2014-05-16 02:21:15
阅读次数:
1088
1、gem安装出现下面错误
root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https...
分类:
其他好文 时间:
2014-05-15 18:19:48
阅读次数:
304
svn是一款非常简便,易用的源代码管理工具,用了这么多年,对它情有独钟。都说习惯最难改,那为何要搬移到gitlab上呢?
喜欢尝试新东西,前提还是git比较强大,svn有的它都有,svn没有的它也有。
这次是把公司有7年历史的svn项目搬移到gitlab上,期间各种折腾,各种心酸,但我喜欢这样...
分类:
其他好文 时间:
2014-05-15 10:30:09
阅读次数:
455
linux命令行环境linux常用命令用法,软件的安装,vim的用法,在特定的linux版本安装了epel源,学会用SSH配置公钥、私钥,通过SSH来远程登录linux主机,如在windows下用putty来远程登录linux主机。版本控制工具svn/git,git可以和gitlab配合使用。C/C...
分类:
其他好文 时间:
2014-05-14 22:42:30
阅读次数:
552
mysql_connect(): Connection using old (pre-4.1.1)
authentication protocol
refused解决方法有如下三种:1、服务器端升级启用secure_auth选项;2、客户端连接时off掉secure_auth,即连接时加上--sec...
分类:
数据库 时间:
2014-05-14 12:42:12
阅读次数:
528