Hi ,

I got the following error when trying to configure  ldap as the
source for both users & groups.

[EMAIL PROTECTED] {
url=file:/opt/jboss-4.0.4.GA/server/default/deploy/nuxeo.ear/config/default-ldap-users-directory-bundle.xml
}
 deployer: [EMAIL PROTECTED]
 status: Deployment FAILED reason: The markup in the document
following the root element must be well-formed.; - nested throwable:
(org.xml.sax.SAXParseException: The markup in the document following
the root element must be well-formed.)
 state: FAILED
 watch: 
file:/opt/jboss-4.0.4.GA/server/default/deploy/nuxeo.ear/config/default-ldap-users-directory-bundle.xml
 altDD: null


This happens when the last section of default-ldap-users-directory-bundle.xml:


  <component name="org.nuxeo.ecm.platform.usermanager.ldapVirtualGroups">
   <require>org.nuxeo.ecm.platform.usermanager.UserManagerImpl</require>
   <extension target="org.nuxeo.ecm.platform.usermanager.UserService"
point="userManager">
     <userManager class="org.nuxeo.ecm.platform.usermanager.UserManagerImpl">
      <defaultAdministratorId>ecmroot</defaultAdministratorId>
       <defaultGroup>members</defaultGroup>
     </userManager>
   </extension>

 </component>


is uncommented. if it is commented jboss doesn't report any error but
cannot authenticate.

Thanks,
mlz.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to