下面是我实现的ACL的一个示例ldif:
dn: olcDatabase={-1}frontend,cn=config
objectclass: olcDatabaseConfig
objectclass: olcFrontendConfig
olcaccess: {0}to dn.subtree="ou=someou,dc=somedc,dc=somedc" by group.exact="cn=adminwrite,ou=groups,ou=someou,dc=somedc,dc=somedc" write by * read by anonymous no
我有域名,washington.example.com on Windows Server 2012 R2。为了与office 365进行交互,我的组织决定将域名从washington.example.com重命名为example.com。我的组织有几个域控制器,它们连接在一个全局vpn中。
我试图在虚拟机上重新命名我的域名。在有FSMO的域控制器中,我创建了区域"example.com",在域控制器之间进行了手动复制。接下来,我在域控制器中创建了FSMO,我从Enterprise中生成了rendom /list,然后我编辑了Domainlist.xml,在这里我更改了域的名
最近,我从4.3转到了HttpClient 4.4,我看到SSLPeerUnverifiedException说:
Host name 'www.googleapis.com' does not match the certificate subject provided by the peer (CN=*.googleapis.com, O=Google Inc, L=Mountain View, ST=California, C=US)
这个问题来自于HttpClient现在使用列表进行验证的事实(参见的源代码)。
解决此问题的一种方法是关闭主机名验证:
Closeable