README changes, more

This commit is contained in:
dodger 2022-01-20 10:42:01 +01:00
parent 8c6dd8a56b
commit 337a614a0a
Signed by: dodger
GPG Key ID: 88EBA27269A8C431

View File

@ -13,6 +13,7 @@ Deploy `passchanger.sql` on the desired cluster/database.
It will:
* create a `dba` schema
* create a `dba` role
* create the `pwdhistory` table for audit purpouses
* Grant the minimum permissions for this new role so the whole thing works
* Create the 2 needed functions and grant permissions on them to `dba`
@ -22,7 +23,7 @@ Take the file `grants_to_grant.sql` and modify the username _dodger_ so it match
Execute the grants on the cluster/database you have deployed `passchanger.sql`
### Changint password & extending expiration date
### Changing password & extending expiration date