0
Caused by: com.thoughtworks.xstream.converters.ConversionException:  : entity reference names can not     start with character '(' (position: START_TAG seen ...<userSearch>&(... @14:19)  :  : entity reference   names can not start with character '(' (position: START_TAG seen ...<userSearch>&(... @14:19) 

---- デバッグ情報 ---- メッセージ : : エンティティ参照名は文字 '(' で始めることはできません (位置: START_TAG が見られます ...&(... @14:19) 原因例外: com.thoughtworks. xstream.io.StreamException cause-message : : エンティティ参照名は文字 '(' で始めることはできません (位置: START_TAG が見られます ...&(... @14:19)

以下は私のconfig.xmlです。

<securityRealm class="hudson.security.LDAPSecurityRealm" plugin="ldap@1.1">
<server>ldap://office.adroot.bmogc.net:3268</server>
<rootDN>DC=office,DC=adroot,DC=bmogc,DC=net</rootDN>
<inhibitInferRootDN>false</inhibitInferRootDN>
<userSearchBase>DC=office,DC=adroot,DC=bmogc,DC=net</userSearchBase>
<userSearch>&(objectCategory=Person)(memberof=CN=ccusers,OU=UNIX Security Groups,OU=CTD_CM_RMG,OU=Corporate Clients V2,DC=office,DC=adroot,DC=bmogc,DC=net)/userSearch>
<groupSearchBase>DC=office,DC=adroot,DC=bmogc,DC=net</groupSearchBase>
<managerDN>ldapuser</managerDN>
<managerPassword>MUJ</managerPassword>
</securityRealm>
4

2 に答える 2