You are here

d7_cas_user.yml in CAS 2.x

Same filename and directory in other branches
  1. 8 migrations/d7_cas_user.yml
migrations/d7_cas_user.yml

File

migrations/d7_cas_user.yml
View source
  1. id: d7_cas_user
  2. label: CAS User
  3. migration_tags:
  4. - Drupal 7
  5. - Content
  6. source:
  7. plugin: d7_cas_user
  8. process:
  9. uid:
  10. -
  11. plugin: migration_lookup
  12. migration: d7_user
  13. source: uid
  14. -
  15. plugin: skip_on_empty
  16. method: row
  17. provider:
  18. -
  19. plugin: default_value
  20. default_value: cas
  21. authname: cas_name
  22. destination:
  23. plugin: authmap
  24. migration_dependencies:
  25. required:
  26. - d7_user