Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ldap_comng.cc File Reference

#include <usercomng.h>
#include <subsys.h>
#include <confdb.h>
#include "ldapconf_defs.h"
#include "fields.h"

Go to the source code of this file.

Compounds

class  USERINFO_COMNG

Functions

HELP_FILE help_config ("ldapconf","formclient")
USERACCT_COMNGldapconf_newcomng ( const char *key, DICTIONARY &dict)
REGISTER_USERACCT_COMNG xxx (ldapconf_newcomng)


Function Documentation

HELP_FILE help_config ( "ldapconf",
"formclient" ) [static]
 

USERACCT_COMNG * ldapconf_newcomng ( const char * key,
DICTIONARY & dict )
 

Definition at line 142 of file ldap_comng.cc.

00145 {
00146     USERACCT_COMNG *ret = NULL;
00147 
00148     if (strcmp(key,"user")==0 && mode_ldap_userinfo){   
00149         ret = new USERINFO_COMNG (dict);
00150     }
00151     return ret;
00152 }

REGISTER_USERACCT_COMNG xxx ( ldapconf_newcomng ) [static]
 


Generated at Mon Jan 22 08:35:13 2001 for ldapconf by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000