24 #include <sys/types.h>
37 if (NULL != this->auth[module]) {
38 delete(this->auth[module]);
41 va_start(params, module);
45 this->auth[module] =
newParams(AuthLdap, ¶ms);
49 this->auth[module] =
newParams(AuthStorage, ¶ms);
55 if (NULL == this->auth[module]) {
#define newParams(class, args)
int authCreate(Auth this, AuthModule module,...)