Home
last modified time | relevance | path

Searched refs:toLDAP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h140 bool_t toLDAP; /* Write data to LDAP ? */ member
H A Ddb_table.cc244 m->toLDAP = FALSE; in initMappingStruct()
791 while (odn != 0 && (!mapping.fromLDAP || !mapping.toLDAP)) { in configure()
795 mapping.toLDAP = TRUE; in configure()
H A Dldap_parse.c76 ldapDBTableMapping.toLDAP = FALSE; in parseConfig()
H A Ddb_mindex2.cc329 table->mapping.toLDAP; in selectMapping()
354 table->mapping.toLDAP; in selectMapping()
H A Ddb_mindex.cc839 if (table->mapping.toLDAP && !noWriteThrough.flag) { in remove()