Searched refs:ldap_hostports (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c271 aldh->hostent = string2he(gopt.ldap_hostports);
274 gopt.ldap_hostports ? gopt.ldap_hostports : "(null)", map);
H A Damd.c322 gopt.ldap_hostports = NULL;
H A Dget_args.c357 /* ensure that if ldap_base is specified, that also ldap_hostports is */
358 if (gopt.ldap_hostports && !gopt.ldap_base) {
359 fprintf(stderr, "must specify both ldap_hostports and ldap_base\n");
H A Damd.h308 char *ldap_hostports; /* LDAP host ports */ member in struct:amu_global_options
H A Dconf.c180 {"ldap_hostports", gopt_ldap_hostports},
689 gopt.ldap_hostports = xstrdup(val);
692 fprintf(stderr, "conf: ldap_hostports option ignored. No LDAP support available.\n");

Completed in 70 milliseconds