CentOS6.5 安装gitlab以及gitolite迁移gitlabgitlab 的安装使用以及数据结构安装环境:CentOS6.5基于 nignx + unicorn 搭建的应用环境, 如果想要换成passenger,可以参考网上的文档ruby环境是基于rbenv搭建的1: install v...
分类:
其他好文 时间:
2014-07-09 15:29:35
阅读次数:
502
因为每个月都要升级两台gitlab server, ruby安装的源老是被墙,痛苦无比。所以需要使用国内的镜像在/home/git/gitlab/Gemfile文件中第一行修改为:# source "http://rubygems.org"
source "http://ruby.sdutlinux.org" 特此记录。...
分类:
其他好文 时间:
2014-07-08 16:39:27
阅读次数:
209
Laravel是个很强大的PHP框架,它剔除了开发中Web开发中比较痛苦的过程,提供了验证(authentication),路由(routing),Session和缓存(caching)等开发过程中常用到的工具或者功能。 Laravel的配置都存放在app/config中。 里面所有的*.php都按...
分类:
其他好文 时间:
2014-07-08 11:55:36
阅读次数:
196
本文描述了GitLab&Git Windows 客户端的新建分支、clone repo、SSH和HTTP认证、add、commit和push流程。
一、设置认证方式system-viewaaaauthentication-schemeauthlocal[认证方式名称]authentication-modelocal//认证方式本地二、添加本地用户system-viewaaalocal-usertest1passwordcipherPassw0rd//添加test1用户local-usertest1service-typetelnet//设置用户可以使用的服务类型lo..
分类:
Web程序 时间:
2014-07-05 23:20:55
阅读次数:
248
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:
数据库 时间:
2014-07-03 21:02:37
阅读次数:
343
Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ...
分类:
数据库 时间:
2014-07-02 20:08:58
阅读次数:
367
In this tutorial you will learn how to configure JAAS authentication in Tomcat using the HTTP Basic authentication scheme.IntroductionTomcat provides ...
分类:
其他好文 时间:
2014-07-02 10:28:06
阅读次数:
306
用户名-密码身份验证流可用于在身份验证,当用户拥有用户的凭据时。在这个流程中,用户的凭据由应用程序使用,用以请求一个访问令牌,如下列步骤中所示。 此oauth身份验证流来回传递用户凭据。仅当必要时,使用此身份验证流。没有刷新标记将发行。 1.The application uses the user...
分类:
其他好文 时间:
2014-07-01 21:38:10
阅读次数:
453
SSO英文全称Single Sign On,单点登录。SSO是在多个应用系统中,用户只需要登录一次就可以访问所有相互信任的应用系统。
SSO的解决方案很多,比如收费的有UTrust、惠普灵动等,开源的有CAS、Smart SSO等,其中应用最为广泛的是CAS。
CAS (Central Authentication Service)中央认证服务。CAS(Central Auth...
分类:
其他好文 时间:
2014-06-30 15:46:44
阅读次数:
264