]> Kevux Git Server - koopa/commitdiff
Cleanup: remove extra/unecessary postgresql comments for create_ldap_users
authorKevin Day <thekevinday@gmail.com>
Mon, 20 Feb 2017 04:17:04 +0000 (22:17 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 20 Feb 2017 04:17:04 +0000 (22:17 -0600)
program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c

index 87671053feab8519682af2908170851638616c21..01e088c93dd0eb13feb0be182a595bcc96056ccd 100644 (file)
  * 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)
  *