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.
- Host: GitHub
- URL: https://github.com/discoverygarden/islandora_stack_password_mutator
- Owner: discoverygarden
- Created: 2012-02-08T14:42:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-19T15:31:35.000Z (over 14 years ago)
- Last Synced: 2025-02-15T00:37:29.557Z (over 1 year ago)
- Topics: deprecated, shell
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 30
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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