码迷,mamicode.com
首页 >  
搜索关键字:nss pam    ( 1540个结果
centos 6.4 安装配置vsftp
yuminstallvsftpddb4-utils因为要使用虚拟用户登录.修改如下文件a:/etc/pam.d/vsftpd;添加两行authrequired/lib64/security/pam_userdb.sodb=/etc/vsftpd/vftpuseraccountrequired/lib64/security/pam_userdb.sodb=/etc/vsftpd/vftpuser系统64位很多网上资料写的是/lib/secur..
分类:其他好文   时间:2014-12-02 15:26:39    阅读次数:115
no talloc stackframe at ../source3/param/loadparm
In Ubuntu 14.04 with Samba server installed, every time you will get this error message when execute sudo command. run sudo?pam-auth-update and unselect "SMB password synchronization", this error...
分类:其他好文   时间:2014-11-24 15:32:00    阅读次数:202
CentOS下自动登陆root帐户
1vi /etc/pam.d/gdm把 auth required …… root quiet这行注释掉2vi /etc/pam.d/gdm-passwd同上3 vi /etc/gdm/custom.conf在末尾增加以下:[daemon]AutomaticLoginEnable=trueAutom...
分类:其他好文   时间:2014-11-23 13:01:56    阅读次数:220
debian包的补丁管理工具:quilt
最近项目是改pam软件包,给里面添加一些功能。其中遇到了更改后,代码提交方式的问题。这里转载的文章介绍了使用quilt管理补丁的详细方法:转自:http://blog.csdn.net/fmddlmyy/article/details/2140097Linux之旅(1): diff, patch和q...
分类:其他好文   时间:2014-11-17 15:35:11    阅读次数:208
Linux使用pam_ldap实现windows ad认证
配置linux通过ad认证的方法有很多,如samba使用的winbind方式。这里我使用的是pam_ldap方式,网上有很多这样相关的文章,都是按官网上一步步做,先配nsswitch.conf,再配ldap.conf。配置nsswitch.conf的作用是告诉系统去哪里获取到用户的pw信息(如getpwnam,getpwuid等函数调用..
分类:Windows程序   时间:2014-11-17 14:18:23    阅读次数:477
配置:限制帐号使用su与无需密码su
限制帐号使用su:Linux(针对redhat版本)下,不同的帐号之间的切换可以使用su命令,默认的配置中su是任何帐号都可以使用的,出于安全的考虑,需要对使用su的帐号进行限制。su对帐号的认证、授权使用的是pam,以便用户根据自己的需求对su的认证、授权进行单独的配置。配置文件..
分类:其他好文   时间:2014-11-12 18:10:19    阅读次数:184
"no talloc stackframe at ../source3/param/loadparm.c:4864, leaki
This problem related to the samba PAM module. You have 2 solution at all. Solution 1#: Remove it( as described below ) $ sudo apt-get remove libpam-sm...
分类:其他好文   时间:2014-11-08 18:04:23    阅读次数:325
sshd(pam_google_authenticator)[12060]: Failed to read "/root/.google_authenticator"
Googleauthenticator身份验证,用户拒绝解决办法:Nov509:56:03aaa6174unix_chkpwd[1506]:passwordcheckfailedforuser(root) Nov509:56:03aaa6174sshd[1406]:pam_unix(sshd:auth):authenticationfailure;logname=uid=0euid=0tty=sshruser=rhost=192.168.88.5user=root Nov509..
分类:其他好文   时间:2014-11-05 15:06:44    阅读次数:432
开源堡垒机GateOne的安装、配置笔记
GateOne是一款基于HTML5的开源终端模拟器/SSH客户端,同时内置强大的插件功能。它自带的插件使其成为一款令人惊艳的SSH客户端,但是,它可以用于运行任何终端应用。用户可以将GateOne嵌入其他应用程序从而提供各类终端访问界面,它也支持各类基于Web的管理界面…… 因为内部临时需要这么一套系统,所以搜搜查查,搞定了系统部署,使用pam认证的配置,做了个简单的管理界面。...
分类:其他好文   时间:2014-11-05 13:08:50    阅读次数:806
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!