码迷,mamicode.com
首页 >  
搜索关键字:auth fails    ( 5818个结果
Linux 设置时间同步命令
#Formoreinformationaboutthisfile,seethemanpages #ntp.conf(5),ntp_acc(5),ntp_auth(5),ntp_clock(5),ntp_misc(5),ntp_mon(5). driftfile/var/lib/ntp/drift #Permittimesynchronizationwithourtimesource,butdonot #permitthesourcetoqueryormodifytheserviceonthissystem. ..
分类:系统相关   时间:2015-06-08 19:50:25    阅读次数:191
linux使用mail命令发邮件—第三方smtp
yuminstallmail修改/etc/mail.rc清空文件加入setfrom=ysy399268824@163.comsmtp=smtp.163.com#smtpserversetsmtp-auth-user=ysy399268824smtp-auth-password=密码smtp-auth=login#smtpaccount因为mail命令默认会使用sendmail或者postfix发送邮件sendmail#servicesendmailstop#c..
分类:系统相关   时间:2015-06-06 23:39:55    阅读次数:310
MongoDB assertion: 18 { code: 18, ok: 0.0, errmsg: "auth fails" }
assertion:18{code:18,ok:0.0,errmsg:"authfails"}MongoDB2.4.10使用admin数据库下的xucy管理员帐号导出数据,验证失败。#mongoexport-uxucy-p-dTest-cPro-f_id,SK2,SK3-o/data/var/log/mongodb/pro.json connectedto:127.0.0.1 Enterpassword: assertion:18{code:18,ok:0.0,er..
分类:数据库   时间:2015-06-05 17:49:15    阅读次数:2890
auth_decode_failed_error微信分享失败
今天我在编写微信分享的代码的时候,微信给我弹出了这个错误提示,其实错误原因很简单,因为微信分享要求使用程序的正式签名,而不是我们调试代码时默认的debugkey,测试微信分享功能,我们可以直接打一个正式包或者将IDE的debugkey换成正式签名key即可。另外以前我在调试微信分享的时候,在一些手机上会遇到点击微信/朋友圈分享时候,微信一闪就消失,或者微信长时间停留在加载过程中,这都是因为我们在调试...
分类:微信   时间:2015-06-05 12:16:44    阅读次数:264
Linux 日志
Ubuntu系列var/log/alternatives.log-更新替代信息都记录在这个文件中/var/log/apport.log -应用程序崩溃记录/var/log/apt/ -用apt-get安装卸载软件的信息/var/log/auth.log -登录认证log/var/log/boot.l...
分类:系统相关   时间:2015-06-05 11:51:10    阅读次数:167
msp430在ccsv5下出现的问题总结
一、内存问题 问题描述,报错: program will not fit into available memory.  placement with alignment fails for section ".cinit" size 0x132 Available memory ranges:...
分类:其他好文   时间:2015-06-04 17:11:25    阅读次数:166
opensips使用加密密码认证
使用明文密码登录modparam("auth_db","calculate_ha1",yes) modparam("auth_db","password_column","password")使用密码登录modparam("auth_db","calculate_ha1",0) modparam("auth_db","password_column","ha1")在opensipsctrl以上必须要确保去除下面的注释STORE_PLAINTEXT=0
分类:其他好文   时间:2015-06-03 19:48:13    阅读次数:284
Redis命令总结
连接操作相关的命令quit:关闭连接(connection)auth:简单密码认证持久化save:将数据同步保存到磁盘bgsave:将数据异步保存到磁盘lastsave:返回上次成功将数据保存到磁盘的Unix时戳shundown:将数据同步保存到磁盘,然后关闭服务远程服务控制info:提供服务器的信...
分类:其他好文   时间:2015-06-03 19:34:46    阅读次数:96
登机牌认证Demo
1 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 短信认证SMS Auth 93 登机牌认证Bo...
分类:其他好文   时间:2015-06-03 19:28:07    阅读次数:113
nginx通过用户和密码来实现认证功能
nginx通过ngx_http_auth_basic_module模块可以实现通过使用用户和密码来访问网页,这种通过用户和密码的机制是通过HTTPBasicAuthentication协议来实现的,所以需要先安装http创建用户和密码yuminstallhttpd-y然后创建文件、用户和密码htpasswd-c-m/usr/local/nginx/userstom在n..
分类:其他好文   时间:2015-06-03 16:04:48    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!