Searched defs:standalone_cfg (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c281 ns_standalone_conf_t standalone_cfg = standaloneDefaults; local
317 standalone_cfg.type = NS_LDAP_SERVER;
318 standalone_cfg.SA_DOMAIN = optarg;
321 standalone_cfg.type = NS_LDAP_SERVER;
323 &standalone_cfg.SA_SERVER,
324 &standalone_cfg.SA_PORT) > 0) {
329 standalone_cfg.type = NS_LDAP_SERVER;
330 standalone_cfg.SA_CERT_PATH = optarg;
333 standalone_cfg.type = NS_LDAP_SERVER;
334 standalone_cfg
[all...]
H A Dldapaddent.c4264 ns_standalone_conf_t standalone_cfg = standaloneDefaults; local
4312 standalone_cfg.type = NS_LDAP_SERVER;
4313 standalone_cfg.SA_DOMAIN = optarg;
4316 standalone_cfg.type = NS_LDAP_SERVER;
4318 &standalone_cfg.SA_SERVER,
4319 &standalone_cfg.SA_PORT) > 0) {
4324 standalone_cfg.type = NS_LDAP_SERVER;
4328 standalone_cfg.type = NS_LDAP_SERVER;
4329 standalone_cfg.SA_PROFILE_NAME = optarg;
4376 if (standalone_cfg
[all...]

Completed in 33 milliseconds