/*
SSSD
Authors:
Stephen Gallagher <sgallagh@redhat.com>
Copyright (C) 2010 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "util/sss_format.h"
"_nss_XXX_initgroups_dyn function!\n" \
"initgroups will be slow as it will require " \
"full groups enumeration!\n"
const char *name,
const char *libname)
{
char *funcname;
void *funcptr;
return NULL;
}
return funcptr;
}
char **_libname,
char **_libpath,
bool *_fast_alias)
{
char *libname;
char *libpath;
bool fast_alias;
return ENOMEM;
}
goto done;
goto done;
}
CONFDB_PROXY_FAST_ALIAS, false, &fast_alias);
goto done;
}
goto done;
}
done:
return ret;
}
const char *libname,
void *handle)
{
int i;
struct {void **dest;
const char *name;
const char *custom_error;
bool is_fatal;
} symbols[] = {
};
}
return ELIBBAD;
}
}
}
return EOK;
}
struct proxy_auth_ctx *ctx,
{
char *sbus_address;
if (sbus_address == NULL) {
return ENOMEM;
}
return ret;
}
return EOK;
}
char **_pam_target)
{
char *pam_target;
return ret;
}
if (pam_target == NULL) {
return EINVAL;
}
return EOK;
}
struct proxy_auth_ctx **_auth_ctx)
{
int hret;
int max_children;
return ENOMEM;
}
goto done;
}
goto done;
}
/* Set up request hash table */
&max_children);
goto done;
}
if (max_children < 1) {
goto done;
}
if (hret != HASH_SUCCESS) {
goto done;
}
done:
}
return ret;
}
struct data_provider *provider,
const char *module_name,
void **_module_data)
{
return EOK;
}
/* Initialize auth_ctx since one of the access, auth or chpass is set. */
return ret;
}
*_module_data = auth_ctx;
return EOK;
}
void *module_data,
struct dp_method *dp_methods)
{
char *libname;
char *libpath;
return ENOMEM;
}
goto done;
}
goto done;
}
goto done;
}
done:
}
return ret;
}
void *module_data,
struct dp_method *dp_methods)
{
return EOK;
}
void *module_data,
struct dp_method *dp_methods)
{
}
void *module_data,
struct dp_method *dp_methods)
{
return EOK;
}