码迷,mamicode.com
首页 >  
搜索关键字:nss pam    ( 1540个结果
CentOS YUM / RPM Error Signature Key ID BAD
现象;执行yum命令的时候error:rpmts_HdrFromFdno:HeaderV3RSA/SHA1Signature,keyIDc105b9de:BAD问题:这个主要是在centos6上nss-softokn有bug解决方式:#把key删掉 rpm-qa|grepgpg rpm-egpg-pubkey-c105b9de-4e0fd3a3 wgethttp://mirror.centos.org/centos/6/os/x86_64/Packag..
分类:其他好文   时间:2016-03-01 16:04:40    阅读次数:186
URL原理在视图控制器间跳转的运用
一、问题引入 一个视图控制器对应一个UI界面,那么UI界面的跳转,底层就得实现视图控制器的跳转。 那么当界面多,且界面跳转情况复杂时,需在视图控制器中添加业务逻辑,并且增加视图控制器之间的藕合度。在java中网页跳转有xml解决此问题,但是在iOS中,系统并没有提供解决方案。 二、认识URL NSS
分类:Web程序   时间:2016-02-29 02:00:46    阅读次数:231
nginx的https配置
测试自签名的ssl证书 首先执行如下命令生成一个key openssl genrsa -des3 -out ssl.key 1024 然后他会要求你输入这个key文件的密码。不推荐输入。因为以后要给nginx使用。每次reload nginx配置时候都要你验证这个PAM密码的。由于生成时候必须输入密
分类:Web程序   时间:2016-02-22 17:28:25    阅读次数:205
history
centos6.5系统下,发现一个问题,history-c后,历史命令被清空,但退出CRT再登入时发现还有历史命令,这是什么情况呢?[root@localhost~]#find/-name*history#查找相关文件/root/.bash_history/usr/bin/ck-history/usr/share/doc/pam-1.1.1/txts/README.pam_pwhistory/var/lib/..
分类:其他好文   时间:2016-02-18 12:09:23    阅读次数:163
UINavigationController,NavigationBar,BarButtonItem 相关
1 #import <UIKit/UIKit.h> 2 3 @interface UIBarButtonItem (Extension) 4 + (UIBarButtonItem *)itemWithImageName:(NSString *)imageName highImageName:(NSS
分类:其他好文   时间:2016-02-18 11:44:54    阅读次数:191
jq第二天 (属性-CSS 类 ,html/文本/值 )
addClass() 方法向被选元素添加一个或多个类。 <script> $(function(){ $('button').click(function(){ $('p').addClass('nss') }) })</script><style type="text/css"> .nss{bac
分类:Web程序   时间:2016-02-16 18:49:06    阅读次数:162
centos 6.4下安装oracle 11hg rac 参数
cat/etc/security/limits.conf<<EOFgridsoftnproc2047gridhardnproc16384gridsoftnofile1024gridhardnofile65536oraclesoftnproc2047oraclehardnproc16384oraclesoftnofile1024oraclehardnofile65536EOFecho"sessionrequired/lib64/security/pam_limits.so">>/etc/..
分类:数据库   时间:2016-02-02 15:20:00    阅读次数:285
Arch Linux sudo: PAM authentication error: Module is unknown [Solved!]
问题描述: 我的 Arch Linux 已经用了快半年多,由于 Arch Linux 的滚挂问题,我从没有直接升级过系统。软件版本以及库自然落后了一些。 就在我准备需要用到 NFS 时,挂载网络文件系统时由于 librpc 太旧而失败了。所以看来我得更新 librpc 了。用 yaourt -Ss
分类:系统相关   时间:2016-02-02 14:54:22    阅读次数:194
Linux下pam密码复杂度限制
linux系统是如何实现对用户的密码的复杂度的检查的呢?系统对密码的控制是有两部分组成:1 cracklib2 /etc/login.defs pam_cracklib.so 才是控制密码复杂度的关键文件/lib/security/pam_cracklib.soredhat公司专门开发了crackl
分类:系统相关   时间:2016-01-28 10:49:46    阅读次数:690
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!