码迷,mamicode.com
首页 >  
搜索关键字:openldap auth    ( 5904个结果
rsyslog + mysql + loganalyzer 构建日志服务器
rsyslog支持的特性支持多线程支持tcp,ssl,tls.relp可以把日志存储于关系型数据库中支持过滤器,可以实现过滤日志中的任意部分。支持自定义格式适用于企业级的日志记录需求。功能模块化rsyslog用facility接收各个应用和程序的日志,并把日志分类。有以下几类auth与认证相关的aut..
分类:数据库   时间:2014-08-21 00:21:53    阅读次数:307
nginx给http加验证
server{listen80;server_namelocalhost;#charsetkoi8-r;#access_loglogs/host.access.logmain;location/{roothtml;indexindex.htmlindex.htm;location~.*\.(php|php5)?${fastcgi_passunix:/tmp/php-cgi.sock;fastcgi_indexindex.php;includefastcgi.conf;}auth_basic"Authorize..
分类:其他好文   时间:2014-08-20 14:21:52    阅读次数:238
django cookie
设置:auth.login(request, user) response = HttpResponseRedirect(reverse("index")) response.set_cookie('xiang', username, 3600) return response获取: def in....
分类:其他好文   时间:2014-08-20 13:50:42    阅读次数:225
Hadoop1.2.1伪分布模式安装指南
一、前置条件 1、操作系统准备 (1)Linux可以用作开发平台及产品平台。 (2)win32只可用作开发平台,且需要cygwin的支持。 2、安装jdk 1.6或以上 3、安装ssh,并配置免密码登录。(root用户) $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa  $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/auth...
分类:其他好文   时间:2014-08-17 11:48:42    阅读次数:214
Tornado初探
Auth: JinDate: 20140816http://www.tornadoweb.cn/documentation1、install#yum -y install python-setuptools# easy_install -U setuptools# easy_install inst...
分类:其他好文   时间:2014-08-16 20:59:51    阅读次数:231
CentOS (RedHat) 6.4 使用 OpenLDAP
OpenLDAP是轻型目录访问协议(LightweightDirectoryAccessProtocol,LDAP)的自由和开源的实现,在其OpenLDAP许可证下发行,并已经被包含在众多流行的Linux发行版中。它主要包括下述4个部分:slapd-独立LDAP守护服务slurpd-独立的LDAP更新复制守护服务实现LDAP协议的库工具软件..
分类:其他好文   时间:2014-08-16 17:13:32    阅读次数:999
在Linux上安装SVN服务
1.安装SVNyum install subversion 2.查看版本svnserve --version3.创建目录mkdir /web/svndata3.创建repo测试库svnadmin create /web/svndata4.配置:开启anon-access=read auth-...
分类:系统相关   时间:2014-08-15 19:35:39    阅读次数:228
openldap---ldapsearch使用
ldapsearch 參数表 下表描写叙述能够用于 ldapsearch 的区分大写和小写的參数。參数用途 -?打印关于使用 ldapsearch 的帮助。 -a deref指定别名反向引用。请输入 never、always、search 或 find。假设不使用此參数,缺省为 never。 -A....
分类:其他好文   时间:2014-08-15 14:16:38    阅读次数:208
使用web方式访问svn
前提:要安装完apache和svn服务端svn服务端安装记录http://alwaysyunwei.blog.51cto.com/3224143/1372377apache可以用yum安装在整合apache和svn时需要在Apache中添加svn模块[root@VM_47_128_centoshtml]#yuminstallmod_dav_svnmod_auth_mysql [root@VM_47_128_centosmodules]#l..
分类:Web程序   时间:2014-08-14 04:05:08    阅读次数:375
用django-social-auth 做中国社交网站三方登录(qq, weibo, douban)
需求项目用的django版本为1.4.8, 用户系统采用django默认系统,而且已经有几万用户,改动django的用户model或者表,django部分做三方登录在awesome-django中推荐的也是django-social-auth,这两天试用了一下,写个...
分类:Web程序   时间:2014-08-13 19:33:17    阅读次数:724
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!