( a)和b之间有什么区别?
a)
access to dn.regex="^ou=addressbook,cn=([^,]+),ou=people,dc=example,dc=com$"
attrs=entry
by dn.exact,expand="cn=$1,ou=people,dc=example,dc=com" read
by group.exact="cn=itpeople,ou=groups,dc=example,dc=com" write
by users none
b)
access to
试着让这个大政方针发挥作用。
[a-z0-9-\.]+(?!.in-addr.arpa*$)
样本-
sdfgsed.co.in //shall match
1.1.1.1.in-addr.arpa //shall not match
fgsagf.co.ru //shall match
agfasfdg21.cn //shall match
编辑-
(?i)([a-z0-9-\.]{3,}\.(?!us|com|net)[a-z]{2})+$(?<!\.in-addr\.arpa)\x00
我试过这里提供的答案。Regex在数据包中搜索为域名.com .net发出的DNS请求。组织T