HomeSort by: relevance | last modified time | path
    Searched refs:ldap_base (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
info_ldap.c 388 dlog("Base is: %s\n", gopt.ldap_base);
391 gopt.ldap_base,
505 gopt.ldap_base,
amd.c 317 gopt.ldap_base = NULL;
get_args.c 351 /* ensure that if ldap_base is specified, that also ldap_hostports is */
352 if (gopt.ldap_hostports && !gopt.ldap_base) {
353 fprintf(stderr, "must specify both ldap_hostports and ldap_base\n");
amd.h 309 char *ldap_base; /* LDAP base */ member in struct:amu_global_options
conf.c 179 {"ldap_base", gopt_ldap_base},
640 gopt.ldap_base = xstrdup(val);
643 fprintf(stderr, "conf: ldap_base option ignored. No LDAP support available.\n");

Completed in 25 milliseconds