Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarification for usersource relocation

...

Surround the usersource{} block with a new block called authenticate{}. Move this entire block outside of the steward{} block. For example:

No Format
nopaneltrue
  steward {
  ...
  }
  
  authenticate {
    usersource {
      domain = "i2b2demo"
    }
  }

...