使用LDAP服务器注册对等和客户端证书时出错

使用LDAP服务器注册对等和客户端证书时出错,ldap,hyperledger-fabric,hyperledger,hyperledger-fabric-ca,Ldap,Hyperledger Fabric,Hyperledger,Hyperledger Fabric Ca,我正在尝试使用外部ca设置fabric网络,因此我必须为所有对等方和客户端注册证书,并使用LDAP服务器注册证书 生成所有内容并启动网络后,chaincode实例化存在一些问题,因为虽然chaincode容器已启动,但在对等方上列出chaincode时,结果集仍然为空。检查对等方和订购方日志后: 对等日志警告: isn't eligible for channel testchannel : implicit policy evaluation failed - 0 sub-policies w

我正在尝试使用外部ca设置fabric网络,因此我必须为所有对等方和客户端注册证书,并使用LDAP服务器注册证书

生成所有内容并启动网络后,chaincode实例化存在一些问题,因为虽然chaincode容器已启动,但在对等方上列出chaincode时,结果集仍然为空。检查对等方和订购方日志后: 对等日志警告:

isn't eligible for channel testchannel : implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Readers' sub-policies to be satisfied
错误:

[blocksProvider] DeliverBlocks -> ERRO 4488e [testchannel] Got error &{FORBIDDEN}
[blocksProvider] DeliverBlocks -> ERRO 4488f [testchannel] Wrong statuses threshold passed, stopping block provider
订购方日志:

[common.deliver] deliverBlocks -> WARN 263d [channel: testchannel] Client authorization revoked for deliver request from xx.xx.xx.xx:38880: implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Readers' sub-policies to be satisfied: permission denied
我的解释是,管理员证书和对等证书存在一些问题,因为它们是使用LDAP注册的,在LDAP中没有为标识定义id类型的选项