码迷,mamicode.com
首页 >  
搜索关键字:openldap auth    ( 5904个结果
如何查看apache服务器启动时加载了哪些模块
查看apache服务器编译时所加载的模块[root@localhostbin]#./apachectl-lCompiledinmodules:core.cmod_authn_file.cmod_authn_default.cmod_authz_host.cmod_authz_groupfile.cmod_authz_user.cmod_authz_default.cmod_auth_basic.cmod_filter.cmod_version.cprefork.chttp_core..
分类:Web程序   时间:2014-11-30 00:55:53    阅读次数:180
zabbix监控平台的搭建--安装zabbix
zabbix监控平台之——zabbix安装篇1、安装依赖包yum-yinstallgccgcc-c++autoconfhttpdphpmysqlmysql-serverphp-mysqlhttpd-manualmod_sslmod_perlmod_auth_mysqlphp-gdphp-xmlphp-mbstringphp-ldapphp-pearphp-xmlrpcphp-bcmathmysql-connector-odbcmysql-devellibdbi-dbd-mysq..
分类:其他好文   时间:2014-11-28 14:31:12    阅读次数:340
mongodb user auth设置
先在admin数据库,创建一个用户管理账户,然后通过这个账户,建立数据库管理账户。创建用户管理账户useadmindb.addUser({user:"useradmin",pwd:"test",roles:["userAdminAnyDatabase"]})2.创建数据库管理账户useadmindb.addUser({user:"dbadmin",pwd:"test",roles:["readWriteA..
分类:数据库   时间:2014-11-28 12:42:08    阅读次数:230
ssh 或 putty 连接linux报错解决方法
由于当天多次输入错误密码,ssh和putty就连接不上了,纠结了很久解决问题ssh连接提示错误:server unexpectedly closed network connectionputty 连接提示错误问题原因是:服务器安装了Denyhosts,会周期性的扫描/var/log/auth.lo...
分类:系统相关   时间:2014-11-27 16:10:30    阅读次数:637
redis shell命令大全
redis shell命令大全(转自http://blog.mkfree.com/posts/5105432f975ad0eb7d135964)作者:oyhk 2013-1-28 3:11:350 评论783浏览 -->APPEND key value追加一个值到key上AUTH password....
分类:系统相关   时间:2014-11-27 15:56:48    阅读次数:228
Django修改用户名密码的方法
1.python manage.py shell2.from django.contrib.auth.models import User3.user=User.objects.get(username='XXX')4.user.set_password('new_password')5.user....
分类:其他好文   时间:2014-11-26 18:17:17    阅读次数:189
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
laravel身份验证-Auth的使用
laravel自带了auth类和User模型来帮助我们很方便的实现用户登陆、判断。 首先,先配置一下相关参数 app/config/auth.php: model?指定模型 table?指定用户表 这里我只是将table从users改成user,因为我个人在数据...
分类:其他好文   时间:2014-11-21 16:48:08    阅读次数:165
myeclipse svn 插件去除已经保存的密码方法
删除掉C:\Documents and Settings\hao\Application Data\Subversion\auth\svn.simple文件夹下的文件即可.再次访问时,会弹出要求输入用户名和密码.以上的路径名仅供参考,hao是我的一个用户名,Application Data是一个隐藏...
分类:系统相关   时间:2014-11-20 16:54:04    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!