| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| H A D | init.c | 92 (void)slap_str2ad( "dc", &ad_dc, &text ); in dnssrv_back_open() 93 (void)slap_str2ad( "associatedDomain", &ad_associatedDomain, &text ); in dnssrv_back_open()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
| H A D | init.c | 84 rc = slap_str2ad( "sn", &ad_sn, &text ); in passwd_back_open() 91 rc = slap_str2ad( "description", &ad_desc, &text ); in passwd_back_open()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_utils.c | 203 if ( slap_str2ad( type, &ad, &text ) != LDAP_SUCCESS ) { in slapi_entry_attr_delete() 238 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_merge() 264 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_find() 285 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_get_charptr() 315 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_get_int() 336 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_get_long() 357 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_get_uint() 378 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_get_ulong() 400 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_hasvalue() 424 rc = slap_str2ad( type, &ad, &text ); in slapi_entry_attr_set_charptr() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | dyngroup.c | 100 if ( slap_str2ad( c->argv[1], &ap.ap_mem, &text ) ) { in dgroup_cf() 107 if ( slap_str2ad( c->argv[2], &ap.ap_uri, &text ) ) { in dgroup_cf()
|
| H A D | autoca.c | 486 if ( slap_str2ad( "olcTLSCACertificate;binary", &mod.sml_desc, &text )) in autoca_setca_task() 536 if ( slap_str2ad( "olcTLSCertificate;binary", &mod[0].sml_desc, &text )) in autoca_setlocal() 548 if ( slap_str2ad( "olcTLSCertificateKey;binary", &mod[1].sml_desc, &text )) in autoca_setlocal() 993 code = slap_str2ad( aca_attr2[i].at, aca_attr2[i].ad, &text ); in autoca_db_open() 998 slap_str2ad( "ipHostNumber", &ad_ipaddr, &text ); in autoca_db_open()
|
| H A D | remoteauth.c | 371 if ( slap_str2ad( c->argv[1], &ad->dn_ad, &text ) == in remoteauth_cf_gen() 382 if ( slap_str2ad( c->argv[1], &ad->domain_ad, &text ) == in remoteauth_cf_gen() 680 if ( slap_str2ad( UP_STR, &ap->up_ad, &txt ) ) in remoteauth_bind()
|
| H A D | dynlist.c | 2215 rc = slap_str2ad( c->argv[ attridx ], &ad, &text ); in dl_cfgen() 2310 rc = slap_str2ad( arg, &member_ad, &text ); in dl_cfgen() 2410 rc = slap_str2ad( c->argv[ 1 ], &member_ad, &text ); in dl_cfgen() 2421 rc = slap_str2ad( c->argv[ 2 ], &ad, &text ); in dl_cfgen() 2541 rc = slap_str2ad( "memberURL", &ad, &text ); in dynlist_db_open() 2563 rc = slap_str2ad( "dgIdentity", &ad_dgIdentity, &text ); in dynlist_db_open() 2574 rc = slap_str2ad( "dgAuthz", &ad_dgAuthz, &text ); in dynlist_db_open() 2655 rc = slap_str2ad( "memberOf", &ad_memberOf, &text ); in dynlist_initialize()
|
| H A D | collect.c | 247 if ( slap_str2ad( arg, &ci->ci_ad[idx], &text ) ) { in collect_cf()
|
| H A D | homedir.c | 1993 if ( slap_str2ad( "homeDirectory", &data->home_ad, &text ) || in homedir_db_init() 1994 slap_str2ad( "uidNumber", &data->uidn_ad, &text ) || in homedir_db_init() 1995 slap_str2ad( "gidNumber", &data->gidn_ad, &text ) ) { in homedir_db_init()
|
| H A D | constraint.c | 302 if ( slap_str2ad( attrs[j], &ap.ap[j], &text ) ) { in constraint_cf_gen() 375 if ( slap_str2ad( ap.lud->lud_attrs[i], &ap.attrs[i], &text ) ) { in constraint_cf_gen()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| H A D | posixgroup.c | 104 rc = slap_str2ad( "memberUid", &pg_memberUid, &text ); in pg_dynacl_parse() 113 rc = slap_str2ad( "uidNumber", &pg_uidNumber, &text ); in pg_dynacl_parse()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | nssov.c | 740 rc = slap_str2ad( c->argv[3], &ad, &text); in nss_cf_gen() 756 i = slap_str2ad("host", &nssov_pam_host_ad, &text); in nss_cf_gen() 767 i = slap_str2ad("authorizedService", &nssov_pam_svc_ad, &text); in nss_cf_gen() 877 i = slap_str2ad("host", &nssov_pam_host_ad, &text); in nssov_db_open() 888 i = slap_str2ad("authorizedService", &nssov_pam_svc_ad, &text); in nssov_db_open()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/ |
| H A D | adremap.c | 138 rc = slap_str2ad(c->argv[1], &ad.ac_attr, &text); in adremap_cf_case() 208 rc = slap_str2ad(c->argv[1], &av.ad_dnattr, &text); in adremap_cf_dnv() 217 rc = slap_str2ad(c->argv[2], &av.ad_deref, &text); in adremap_cf_dnv() 219 rc = slap_str2ad(c->argv[3], &av.ad_newattr, &text); in adremap_cf_dnv()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slapindex.c | 70 rc = slap_str2ad( argv[i], &ad, &text ); in slapindex()
|
| H A D | slapacl.c | 357 rc = slap_str2ad( attr, &desc, &text ); in slapacl()
|
| H A D | slapmodify.c | 316 local_rc = slap_str2ad( mod->mod_type, &mods.sm_desc, &text ); in slapmodify()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 899 rc = slap_str2ad( krb5_ad[ i ].name, krb5_ad[ i ].adp, &text ); in smbk5pwd_modules_init() 959 rc = slap_str2ad( samba_ad[ i ].name, samba_ad[ i ].adp, &text ); in smbk5pwd_modules_init() 987 rc = slap_str2ad( shadow_ad[ i ].name, shadow_ad[ i ].adp, &text ); in smbk5pwd_modules_init()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | config.c | 534 slap_str2ad( attrs[ i ], &ad, &text ); in mdb_cf_gen() 590 slap_str2ad( attrs[ i ], &ad, &text ); in mdb_cf_gen()
|
| H A D | attr.c | 307 rc = slap_str2ad( attrs[i], &ad, &text ); in mdb_attr_index_config() 570 rc = slap_str2ad( attrs[i], &ad, &text ); in mdb_attr_multi_config()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/cloak/ |
| H A D | cloak.c | 142 rc = slap_str2ad( c->argv[ 1 ], &ad, &text ); in cloak_cfgen()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | attr.c | 202 rc = slap_str2ad( attrs[i], &ad, &text ); in wt_attr_index_config()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| H A D | allowed.c | 458 code = slap_str2ad( at->at_names[0], &ad, &err ); in register_at()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | schema-map.c | 385 rc = slap_str2ad( at_row.cols[ 0 ], &ad, &text ); in backsql_oc_get_attr_mapping() 638 rc = slap_str2ad( oc_row.cols[ create_hint_idx ], in backsql_load_schema_map()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| H A D | vernum.c | 377 rc = slap_str2ad( "unicodePwd", &vn->vn_attr, &text ); in vernum_db_open()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | autogroup.c | 1930 rc = slap_str2ad( c->argv[ 2 ], &member_url_ad, &text ); in ag_cfgen() 1952 rc = slap_str2ad( c->argv[3], &member_ad, &text ); in ag_cfgen() 2017 rc = slap_str2ad( c->argv[ 1 ], &memberof_ad, &text ); in ag_cfgen() 2127 rc = slap_str2ad( SLAPD_MEMBEROF_ATTR, &agi->agi_memberof_ad, &text ); in autogroup_db_open()
|