Grid Community Toolkit  6.2.1567772254 (tag: v6.2.20190906)
certauth_resolveuser.h
1 /*
2  Defines a function to be called by myproxy_server.c and certauth_extensions.c
3  to do username to DN resolution when the internal CA is being used.
4  The mode of resolution (grid-mapfile or ldap query) is decided on the basis
5  of configuration file directives. Returns a slash-delimited DN.
6  Not thread safe.
7 */
8 
9 
10 int user_dn_lookup( char * username, char ** userdn,
11  myproxy_server_context_t *server_context );