From: Kevin Day Date: Mon, 20 Feb 2017 04:17:04 +0000 (-0600) Subject: Cleanup: remove extra/unecessary postgresql comments for create_ldap_users X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=21c26549afd08fbda6418fc56207b9643537875c;p=koopa Cleanup: remove extra/unecessary postgresql comments for create_ldap_users --- diff --git a/program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c b/program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c index 8767105..01e088c 100644 --- a/program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c +++ b/program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c @@ -22,10 +22,6 @@ * Role created with: * create role create_ldap_users createrole; * alter role create_ldap_users login; - * grant fcs_users to create_ldap_users with admin option; - * - * Alternatively, roles can be granted CREATEROLE, such as: - * grant createrole to create_ldap_users * * @todo: when implementing the init script, the pid can be created via: ps --no-headers -o pid -p $(cat fcs.pid) *