Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you make a change to the sort or search strings, you should sync the member attributes. For subjects that are people, you can use USDU:

Code Block
gsh 0% GrouperSession.startRootSession()  // run USDU to resolve all the subjects with type=person
gsh 1% subject=SubjectFinder.findById("GrouperSystem")
subject: id='GrouperSystem' type='application' source='g:isa' name='GrouperSysAdmin'
gsh 2% session=GrouperSession.start(subject)
edu.internet2.middleware.grouper.GrouperSession: 8106bdad683d43f88bf24c8e683f6162,'GrouperSystem','application'
gsh 3% usdu()
usdu completed successfully

...