#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_COMNG* | ldapconf_newcomng ( const char *key, DICTIONARY &dict) |
| REGISTER_USERACCT_COMNG | xxx (ldapconf_newcomng) |
|
|
|
|
|
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 }
|
|
|
|
1.2.1 written by Dimitri van Heesch,
© 1997-2000