码迷,mamicode.com
首页 >  
搜索关键字:noauth authentication required    ( 5033个结果
ubuntu安装 laravel 过程中出现: mcrypt php extension required 的问题 | 以及composer相关问题
首先安装 mcryptsudo apt-get install mycrypt php5-mcrypt然后sudo php5enmod mcrypt就可以打开模块,然后输入以下命令均可见到mcrypt了:php -i | grep mcryptsudo php -m。。。。。。。。。。。。。。。。。...
分类:Web程序   时间:2014-09-27 14:49:29    阅读次数:224
802.1x authentication failed when move a PC between diff switches
问题描述:一台2960S交换机(IOS:15.2(1)E)下面接着一台CiscoSMBSF300-08交换机,中间是Trunk链路,两台交换机上都启用了802.1x认证,当一台PC接在SMB交换机上,认证成功;然后若将同一台PC接到2960S下面的其他端口,则认证失败,或者从debugdot1xall来看根本不再发起认证过程..
分类:其他好文   时间:2014-09-26 20:55:29    阅读次数:196
linux修改密码出现Authentication token manipulation error的解决办法
转自 :http://blog.163.com/junwu_lb/blog/static/1916798920120103647199/ Authentication token manipulation error 发生该错误原因是: 1、分区没有空间导致。 2、/etc/passwd 和/etc...
分类:系统相关   时间:2014-09-25 18:33:07    阅读次数:311
[事务] spring
1Spring事务传播行为所谓事务传播行为就是多个事务方法相互调用时,事务如何在这些方法间传播。Spring支持7种事务传播行为PROPAGATION_REQUIRED(加入已有事务)如果当前没有事务,就新建一个事务,如果已经存在一个事务中,加入到这个事务中。这是最常见也是默认的方式。PROPAGA...
分类:编程语言   时间:2014-09-25 15:54:19    阅读次数:294
google protobuf 简单实例
1.定义proto文件:User.protopackage netty;option java_package="myprotobuf";option java_outer_classname="UserProto";message User{ required int32 ID=1; ...
分类:其他好文   时间:2014-09-25 14:09:49    阅读次数:319
IT忍者神龟之jquery easyui DataGrid 实例,增、删、查、改基础功能
价格案例管理                                                               小区名称:                                     class="easyui-validatebox" data-options="required:true"/>           ...
分类:Web程序   时间:2014-09-25 13:42:18    阅读次数:307
Enabling Active Directory Authentication for VMWare Server running on Linux《转载》
Enabling Active Directory Authenticationfor VMWare Server running on LinuxVersion 0.2 - Adam Breidenbaugh - 2007-06-29PurposeThe purpose of this guide...
分类:系统相关   时间:2014-09-25 05:17:28    阅读次数:523
552 you must authentication
配置邮箱到outlook时出现以下错误:发送测试电子邮件消息: 无法发送此邮件。请在帐户属性中验证电子邮件地址。 响应服务器: 552 you must authentication需要在”其他设置“--》”发送服务器“勾选”使用与接收邮件服务器相同的设置“
分类:其他好文   时间:2014-09-24 18:39:27    阅读次数:1164
两系统用asp.net forms 身份验证方式实现跨域登录信息共享
1.两个系统的 web.config 都配置为 forms 验证方式( system.web—>authentication 节点)2.在两个系统的Web.config里配置相同的 system.web —> machineKey 节点(节点生成:http://www.aspnetresources...
分类:Web程序   时间:2014-09-24 15:21:06    阅读次数:193
关于linux系统密码策略的设置
由于工作需要最近需要将公司的多台linux服务器进行密码策略的设置,主要内容是增加密码复杂度。 操作步骤如下,不会的同学可以参考: 操作前需要掌握如下几个简单的知识点:(其实不掌握也行,不过学学没坏处) PAM(Pluggable Authentication Modules )是由Sun提出的一种认证机制。它通过提供一些动态链接库和一套统一的API,将系统提供的服务 和该服务的认证方式分开...
分类:系统相关   时间:2014-09-24 05:44:45    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!