]> Kevux Git Server - koopa/commit
Update: add custom/experimental sessionize accounts and postgresql account auto-creat...
authorKevin Day <thekevinday@gmail.com>
Sat, 18 Feb 2017 23:00:09 +0000 (17:00 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 18 Feb 2017 23:00:09 +0000 (17:00 -0600)
commit4f5f271fed6341f9f38609c3de7f6139700c1133
tree63de7cbf4b79aa3b7a7a02b420ff2c61f27990fd
parent17db285b5ec8fb1358c18f23128c8e077c610941
Update: add custom/experimental sessionize accounts and postgresql account auto-creation programs/scripts

This adds some experimental helpers for either creating postgresql accounts via ldap or providing session management independent of PHP.

Some of the C code is not using threads but likely should.
I will eventually come back and make a threaded version.
program/autocreate_ldap_accounts_in_postgresql/readme.txt [new file with mode: 0644]
program/autocreate_ldap_accounts_in_postgresql/settings/example.settings [new file with mode: 0644]
program/autocreate_ldap_accounts_in_postgresql/settings/systems.settings [new file with mode: 0644]
program/autocreate_ldap_accounts_in_postgresql/source/bash/autocreate_ldap_accounts_in_postgresql.sh [new file with mode: 0644]
program/autocreate_ldap_accounts_in_postgresql/source/c/autocreate_ldap_accounts_in_postgresql.c [new file with mode: 0644]
program/autocreate_ldap_accounts_in_postgresql/source/php/autocreate_ldap_accounts_in_postgresql-client.php [new file with mode: 0644]
program/sessionize_accounts/readme.txt [new file with mode: 0644]
program/sessionize_accounts/settings/systems.settings [new file with mode: 0644]
program/sessionize_accounts/source/bash/sessionize_accounts.sh [new file with mode: 0644]
program/sessionize_accounts/source/php/sessionize_accounts-client.php [new file with mode: 0644]
program/sessionize_accounts/source/php/sessionize_accounts-server.php [new file with mode: 0644]