|
xrootd
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>
Functions | |
| int | XrdSecgsiGMAPInit (const char *cfg) |
| char * | XrdSecgsiGMAPFun (const char *dn, int now) |
Variables | |
| const char * | XrdSecgsiGMAPFunLDAPCVSID = "$Id$" |
| static char * | ldapsrv = 0 |
| static char * | searchbase = 0 |
| static char * | attribute = 0 |
| char* XrdSecgsiGMAPFun | ( | const char * | dn, |
| int | now | ||
| ) |
References attribute, ldapsrv, searchbase, and XrdSecgsiGMAPInit().
| int XrdSecgsiGMAPInit | ( | const char * | cfg | ) |
References attribute, fclose(), fopen, ldapsrv, and searchbase.
Referenced by XrdSecgsiGMAPFun().
char* attribute = 0 [static] |
Referenced by XrdSecgsiGMAPFun(), and XrdSecgsiGMAPInit().
char* ldapsrv = 0 [static] |
Referenced by XrdSecgsiGMAPFun(), and XrdSecgsiGMAPInit().
char* searchbase = 0 [static] |
Referenced by XrdSecgsiGMAPFun(), and XrdSecgsiGMAPInit().
| const char* XrdSecgsiGMAPFunLDAPCVSID = "$Id$" |
1.7.3