You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Maciej Lizewski (JIRA)" <ji...@apache.org> on 2012/11/07 13:05:11 UTC

[jira] [Created] (CONNECTORS-566) Simple JDBC Authority connector

Maciej Lizewski created CONNECTORS-566:
------------------------------------------

             Summary: Simple JDBC Authority connector
                 Key: CONNECTORS-566
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
             Project: ManifoldCF
          Issue Type: Improvement
            Reporter: Maciej Lizewski


For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.

(of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493994#comment-13493994 ] 

Karl Wright commented on CONNECTORS-566:
----------------------------------------

I won't have time to review this for a while but if I did, this is what I'd look for.

- proper integration with the root-level build.xml, so that the JDBC authority registration command is included in connectors*.xml for all models;
- UI tests for the JDBC authority, which pass ;-)

Once those are in the branch, and the translations too, I will try to get to a quick review, and then you can merge into trunk.




                
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>            Reporter: Maciej Lizewski
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498852#comment-13498852 ] 

Karl Wright commented on CONNECTORS-566:
----------------------------------------

Looks like you will also need to provide some documentation additions for this one.  Let me know if you need help with this.

                
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: JDBC connector
>    Affects Versions: ManifoldCF 1.0.1
>            Reporter: Maciej Lizewski
>            Assignee: Maciej Lizewski
>             Fix For: ManifoldCF 1.1
>
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492325#comment-13492325 ] 

Karl Wright commented on CONNECTORS-566:
----------------------------------------

I don't see any problem with sharing classes with the JDBC repository connector, provided it is all shipped in the same jar.  So that only means it has to be under connectors/jdbc/connector.

                
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>            Reporter: Maciej Lizewski
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Maciej Lizewski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492374#comment-13492374 ] 

Maciej Lizewski edited comment on CONNECTORS-566 at 11/7/12 2:22 PM:
---------------------------------------------------------------------

committed to branch "CONNECTORS-566"
                
      was (Author: redguy666):
    commited to branche "CONNECTORS-566"
                  
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>            Reporter: Maciej Lizewski
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498851#comment-13498851 ] 

Karl Wright commented on CONNECTORS-566:
----------------------------------------

I committed the translation patch to the branch.

                
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: JDBC connector
>    Affects Versions: ManifoldCF 1.0.1
>            Reporter: Maciej Lizewski
>            Assignee: Maciej Lizewski
>             Fix For: ManifoldCF 1.1
>
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Maciej Lizewski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492374#comment-13492374 ] 

Maciej Lizewski commented on CONNECTORS-566:
--------------------------------------------

commited to branche "CONNECTORS-566"
                
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>            Reporter: Maciej Lizewski
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CONNECTORS-566) Simple JDBC Authority connector

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-566:
-----------------------------------

          Component/s: JDBC connector
    Affects Version/s: ManifoldCF 1.0.1
        Fix Version/s: ManifoldCF 1.1
             Assignee: Maciej Lizewski
    
> Simple JDBC Authority connector
> -------------------------------
>
>                 Key: CONNECTORS-566
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-566
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: JDBC connector
>    Affects Versions: ManifoldCF 1.0.1
>            Reporter: Maciej Lizewski
>            Assignee: Maciej Lizewski
>             Fix For: ManifoldCF 1.1
>
>
> For scenarios when privileges are based on SQL database with user records and some authorization tokens assigned to them (groups, etc).
> It could help when you have to index number of www sites based on common user-group authorization in database. Also it could help on showcases, presentations and demo versions of "solr-manifold-search client" to show how authorization works.
> (of course I already have this connector written as additional class in default JDBC connector so I could use some of its classes :) )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira