open-vault/logical
Jeff Mitchell 2d8e3b35f2 Revoke permissions before dropping user in postgresql.
Currently permissions are not revoked, which can lead revocation to not
actually work properly. This attempts to revoke all permissions and only
then drop the role.

Fixes issue #699
2015-10-30 11:58:52 -04:00
..
framework Add '.' to GenericNameRegex; it cannot appear as the first or last 2015-10-13 16:04:10 -04:00
testing Sort policies when checking for equality 2015-10-06 15:48:25 -04:00
auth.go
connection.go
error.go
lease.go
lease_test.go
logical.go
request.go
response.go Add unit tests 2015-10-07 20:17:06 -04:00
secret.go
storage.go
storage_inmem.go
storage_inmem_test.go
system_view.go
testing.go Revoke permissions before dropping user in postgresql. 2015-10-30 11:58:52 -04:00
uuid.go