1 / 22

Grouper Training - Admin Loader - Part 1

Grouper Training - Admin Loader - Part 1. Chris Hyzer Internet2 University of Pennsylvania. This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. Contents. Introduction Configure Run the loader Types of ad hoc jobs Simple SQL job Tables vs. views

herald
Download Presentation

Grouper Training - Admin Loader - Part 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Grouper Training - Admin Loader - Part 1 Chris Hyzer Internet2 University of Pennsylvania This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

  2. Contents Introduction Configure Run the loader Types of ad hoc jobs Simple SQL job Tables vs. views SQL group of groups Extra SQL features

  3. Introduction 3

  4. Introduction (continued) 4

  5. Configure grouper-loader.properties • Contains SQL and LDAP connection information • Auto-add attributes • Other non-loader daemon information • XMPP • Change log consumers • Daily report • etc 5

  6. Running the loader • From command line, run all jobs:c:\temp> gsh -loader • From GSH, run one job:gsh 0% grouperSession = GrouperSession.startRootSession();gsh 1% loaderGroup = GroupFinder.findByName(grouperSession, "stem:group");gsh 2% loaderRunOneJob(loaderGroup); 6

  7. System of record group 7

  8. Ad hoc includes 8

  9. Ad hoc includes and excludes • Note: there is performance overhead associated with this configuration • Set group type to: addIncludeExclude to automatically configure this 9

  10. Simple SQL job - database config • Database can either be the Grouper registry database or another arbitrary database • If registry database, database is: "grouper", and connection information is retrieved from grouper.hibernate.properties • Any JDBC database can be used 10

  11. Tables vs. views • It might be preferable to keep the SQL query in a view and select from the view for the loader config • Then you can change the view when editing the query • If you change the configuration (not view), you might need to restart the loader process 11

  12. Simple SQL job (introduction) 12

  13. Simple SQL job • Configure the database in grouper-loader.properties (if not there already and if not the registry database/login) 13

  14. Simple SQL job (continued) • Make a view in the database which returns the subject_id and subject_source_id of users in the group • Note: subjects must be resolvable from Grouper 14

  15. Simple SQL job (continued) • Create a group in grouper, assign grouperLoader type • Assign attributes to configure loader • Restart loader 15

  16. Simple SQL job (continued) • After job runs, you can see memberships • Change memberships in the DB and UI and run job and see the results 16

  17. Set of groups SQL job (introduction) 17

  18. Set of Groups SQL job (continued) • Make a view in the database which returns the group_name, subject_id and subject_source_id of users in the group • Note: subjects must be resolvable from Grouper 18

  19. Simple SQL job (continued) • Create a group in grouper (not in provisioned folder), assign grouperLoader type • Assign attributes to configure loader, and restart loader 19

  20. Simple SQL job (continued) • After job runs, you can see memberships • Change memberships in the DB and UI and run job and see the results 20

  21. Quiz • Click on the quiz link in the video description to reinforce your knowledge of this topic 21

  22. Thanks! • Further information: • Infosheets, mailing lists, wiki, downloads, etc.:www.internet2.edu/grouper • Grouper demo server:grouperdemo.internet2.edu/ • Grouper Online Training Home:spaces.internet2.edu/x/IIGfAQ This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

More Related