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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c1292 int n_attrs; local
1295 n_attrs = 0;
1300 attributes[n_attrs++] = YP_CONFIG_DN;
1302 attributes[n_attrs++] = YP_CONFIG_SERVER_LIST;
1305 attributes[n_attrs++] = YP_CONFIG_AUTH_METHOD;
1308 attributes[n_attrs++] = YP_CONFIG_TLS_OPTION;
1310 attributes[n_attrs++] = YP_CONFIG_PROXY_USER;
1312 attributes[n_attrs++] = YP_CONFIG_PROXY_PASSWD;
1314 attributes[n_attrs++] = YP_CONFIG_TLS_CERT_DB;
1317 attributes[n_attrs
[all...]

Completed in 59 milliseconds