码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
postfix中sasl tls不可用
问题描述:当我第一次编译好postfix的时候,添加进去了sasl和tls第一次配置:测试postfix是支持sasl和tls的[root@node01~]#vim/etc/sasl2/smtpd.conf pwcheck_method:auxprop auxprop_plugin:sql mech_list:PLAINLOGINCRAM-MD5DIGEST-MD5NTLM sql_engine:mysql sql_hostnames:l..
分类:其他好文   时间:2015-04-07 07:19:30    阅读次数:202
如何配置Lync Windows Time Service(NTP)
了解Lync的同学们都知道,Lync客户端和服务器间保持时间同步有多么重要!因为客户端与服务器间要实现MTLS和TLS协议通信,需要保证两个通信节点间时间差不能大于5分钟。对于像PolycomRMX和HDX这种第三方视频会议终端来说面临的挑战更大。其实,Windows服务器实际上就是一个跑有W..
分类:Windows程序   时间:2015-04-06 18:58:36    阅读次数:222
SQL技术内幕-13 SQL优化方法论之分离重量级的等待
Code-- Isolate top waitsWITH Waits AS( SELECT wait_type, wait_time_ms / 1000. AS wait_time_s, 100. * wait_time_ms / SUM(wait_time_ms) OVER()...
分类:数据库   时间:2015-04-06 12:42:35    阅读次数:157
poj2752Seek the Name, Seek the Fame
DescriptionThe little cat is so famous, that many couples tramp over hill and dale to Byteland, and asked the little cat to give names to their newly-...
分类:其他好文   时间:2015-04-03 12:54:34    阅读次数:132
centos7安装httpd和php
centos7许多命令都变了,又要重新记了。centos7默认安装了httpd吧?记不清了,看一下: rpm -qa |grep httpd没有的话,安装一下吧。yum -y install httpdyum -y install phpyum -y install php-gd php-ldap ...
分类:Web程序   时间:2015-04-03 12:50:40    阅读次数:274
saltstack - salt-api安装配置
环境说明操作系统:centos7.0saltmaster/minion/版本2014.7.1Salt-api安装salt-api使用pip安装[root@centos7~]#pipinstallCherryPy [root@centos7~]#pipinstallsalt-apiSalt-api配置[root@centos7~]#cd/etc/pki/tls/certs/#生成自签名证书,用于ssl [root@centos7certs]#makete..
分类:Windows程序   时间:2015-04-03 11:37:05    阅读次数:414
浅谈 HTTPS 和 SSL/TLS 协议的背景与基础
相关背景知识 要说清楚 HTTPS 协议的实现原理,至少需要如下几个背景知识。 大致了解几个基本术语(HTTPS、SSL、TLS)的含义 大致了解 HTTP 和 TCP 的关系(尤其是“短连接”VS“长连接”) 大致了解加密算法的概...
分类:Web程序   时间:2015-04-02 21:02:15    阅读次数:182
php curl使用例子
PHP支持的由Daniel Stenberg创建的libcurl库允许你与各种的服务器使用各种类型的协议进行连接和通讯。libcurl目前支持http、https、ftp、gopher、telnet、dict、file和ldap协议,以下代码是 微信支付中,curl的使用代码 $ch = cu...
分类:Web程序   时间:2015-04-02 14:52:56    阅读次数:170
poj1129Channel Allocation
Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 12844   Accepted: 6579 Description When a radio station is broadcasting over a very large area, repeaters are used to retr...
分类:其他好文   时间:2015-04-01 23:52:40    阅读次数:166
深入了解 Scala 并发性
2003 年,Herb Sutter 在他的文章 “The Free Lunch Is Over” 中揭露了行业中最不可告人的一个小秘密,他明确论证了处理器在速度上的发展已经走到了尽头,并且将由全新的单芯片上的并行 “内核”(虚拟 CPU)所取代。这一发现对编程社区造成了不小的冲击,因为正确创建线程...
分类:其他好文   时间:2015-04-01 23:44:53    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!