From 21c26549afd08fbda6418fc56207b9643537875c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 19 Feb 2017 22:17:04 -0600 Subject: [PATCH] Cleanup: remove extra/unecessary postgresql comments for create_ldap_users --- .../source/c/autocreate_ldap_accounts_in_postgresql.c | 4 ---- 1 file changed, 4 deletions(-) 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) * -- 1.8.3.1