Users & groups featureshould be add minimalist contributionsz
-------------------------------------------------------------

                 Key: NXS-545
                 URL: https://jira.nuxeo.com/browse/NXS-545
             Project: Nuxeo Studio
          Issue Type: Problem
            Reporter: Thierry Martins
            Priority: Critical


The feature which allows to populate the users or groups table override the 
default contribution defining the userDirectory/groupDirectory.
Therefore, every configuration made by a user will be lost and replaced by the 
one from Studio.

We need to write a smaller contribution which defines only dataFile, 
createTablePolicy and passwordField
{code:xml}

  <extension target="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory" 
point="directories">
    <directory name="userDirectory">
      <dataSource>jdbc/nxsqldirectory</dataSource>
      <dataFile>data/users.csv</dataFile>
      <passwordField>password</passwordField>
      <createTablePolicy>$STUDIO_CTP</createTablePolicy>
    </directory>
{code}

That way, it will be possible to modify querySizeLimit or schema attributes 
from the default contribution (default-sql-directories-bundle.xml)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to