码迷,mamicode.com
首页 >  
搜索关键字:auth fails    ( 5818个结果
MongoDB3.0.x版本用户授权配置(单机环境)
MongoDB数据库默认情况下是没有做权限控制的,只要能够连接所开放的端口就能进行访问,而且拥有root级别的权限;对于生产环境而言是极不安全的,所以需要建立用户,进行授权控制。单机环境下的用户授权模块配置:MongoDB的社区版本中有两个模块可以控制用户的访问:--auth:在mongod启...
分类:数据库   时间:2015-10-30 18:55:39    阅读次数:320
javax.security.auth.login.LoginException: Error during resolve 异常
登陆TIM时本地抛此异常,测试环境正常需要重启测试环境机器以后,本地才可以登陆成功求大神帮忙解决:INFO: Client code attempting to load security configuration2015-10-30 17:12:46,082 INFO util.tim.Tim....
分类:编程语言   时间:2015-10-30 18:45:38    阅读次数:235
zabbix 邮件报警的配置
一、安装以及配置邮件服务1.查看是否已经安装该服务rpm-qa|grepmailx//如果已经安装则无需再安装2.安装yuminstallmailx3.修改以下配置文件vim/etc/mail.rc添加如下内容:setfrom=xxxx@qq.comsmtp=smtp.qq.com//填写自己邮箱的地址setsmtp-auth-user=用户名smtp-auth-password=..
分类:其他好文   时间:2015-10-29 18:32:50    阅读次数:1253
zabbix监控搭建以及客户端配置
1、安装LANMP环境yum-yinstallgccgcc-c++autoconfhttpdphpmysqlmysql-serverphp-mysqlhttpd-manualmod_sslmode_perlmod_auth_mysqlphp-gdphp-xmlphp-mbstringphp-ldapphp-pearphp-xmlrpcphp-bcmathmysql-connector-odbcmysql-devellibdbi-dbd-mysqlnet-snmp-develcurl-develuni..
分类:其他好文   时间:2015-10-28 15:45:52    阅读次数:471
linux svn切换用户
1. 临时切换在所有命令下强制加上--username 和--password选项。例如:svn up --username zhangsan --password 1234562.永久切换删除目录 ~/.subversion/auth/ 下的所有文件。cd ~/.subversionrm -r.....
分类:系统相关   时间:2015-10-27 17:14:53    阅读次数:152
django 验证用户是否登陆
第一步 指定一下登陆url。 url(r‘^accounts/login/$‘, include(xadmin.site.urls)), 由于我用的xadmin故而指向了xadmin,如果使用默认的adminsite,可做如下配置 url(r‘^accounts/login/$‘, ‘django.contrib.auth...
分类:其他好文   时间:2015-10-26 10:38:10    阅读次数:297
CentOS6.5 LAMP平台安装Zabbix2.2.10
1、安装LANMP环境yum-yinstallgccgcc-c++autoconfhttpdphpmysqlmysql-serverphp-mysqlhttpd-manualmod_sslmode_perlmod_auth_mysqlphp-gdphp-xmlphp-mbstringphp-ldapphp-pearphp-xmlrpcphp-bcmathmysql-connector-odbcmysql-devellibdbi-dbd-mysqlnet-snmp-develcurl-develuni..
分类:其他好文   时间:2015-10-24 20:33:03    阅读次数:461
upstream
upstreamupstreamservermax_fails=n 总共允许多少次失败fail_timeout=n 多少时间算一次失败down 开启 ip_hash 的时候, 该服务器不再使用backup 备份服务器, 仅当其他服务器全部冗机或者无效的时候才有用轮询方法每次将请求顺序分配到不同的服务...
分类:其他好文   时间:2015-10-22 12:29:04    阅读次数:474
openstack swift做glance后端存储
在controller里操作vim/etc/glance/glance-api.conf[glance_store]default_store=swift默认为file改为swiftstores=file,http默认不用动swift_store_auth_version=2默认版本为2stores=glance.store.swift.Store,glance.store.filesystem.Store此项一定要加上,不然无法上传swift..
分类:编程语言   时间:2015-10-20 19:44:56    阅读次数:315
android java epson串口打印机
package com.common.util.portprinter; import java.io.IOException; import java.io.OutputStream; import com.common.util.PrinterParameterConf; /** * @auth...
分类:移动开发   时间:2015-10-19 19:16:29    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!