|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <float.h>#include <stdio.h>#include "fmgr.h"#include "libpq/auth.h"
Go to the source code of this file.
Functions | |
| void | _PG_init (void) |
| static char * | rot13_passphrase (char *password) |
Variables | |
| PG_MODULE_MAGIC | |
| void _PG_init | ( | void | ) |
Definition at line 32 of file ldap_password_func.c.
References ldap_password_hook, and rot13_passphrase().
|
static |
Definition at line 38 of file ldap_password_func.c.
References palloc(), and strlcpy().
Referenced by _PG_init().
| PG_MODULE_MAGIC |
Definition at line 21 of file ldap_password_func.c.