An open API service indexing awesome lists of open source software.

https://github.com/discoverygarden/islandora_stack_password_mutator

A bash script to facilitate changing passwords used in the Islandora stack.
https://github.com/discoverygarden/islandora_stack_password_mutator

deprecated shell

Last synced: about 1 year ago
JSON representation

A bash script to facilitate changing passwords used in the Islandora stack.

Awesome Lists containing this project

README

          

This script is meant to make the process of changing Islandora's mysql stack passwords easier.
will likely need to set root@localhost, fedoraAdmin@%, fedoraAdmin@localhost, drupal@localhost

sql_user_pass.input contains sets of mysql users(with hosts) and passwords
drupal_fedora_users.input contains a mapping of the fedora and drupal users to their mysql counterparts
These files are simply examples/test and will need to be changed to match your users/passwords
mysql users are specified thus: 'fedoraAdmin'@'localhost'

may have to call using sudo -E sh ./mutate_islandora_stack_passwords.sh

@todo: make the script detect what db users fedora/drupal are using if they are on the same machine

@TODO: make the script change the drupal auth filter