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

/sssd-io/src/db/
H A Dsysdb_subdomains.c924 int forest_flags = 0; local
958 if (forest) forest_flags = LDB_FLAG_MOD_ADD;
1002 forest_flags = LDB_FLAG_MOD_REPLACE;
1025 && mpg_flags == 0 && enum_flags == 0 && forest_flags == 0
1124 if (forest_flags) {
1125 ret = ldb_msg_add_empty(msg, SYSDB_SUBDOMAIN_FOREST, forest_flags,

Completed in 17 milliseconds