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

/sssd/src/db/
H A Dsysdb_subdomains.c852 int forest_flags = 0; local
886 if (forest) forest_flags = LDB_FLAG_MOD_ADD;
930 forest_flags = LDB_FLAG_MOD_REPLACE;
953 && mpg_flags == 0 && enum_flags == 0 && forest_flags == 0
1052 if (forest_flags) {
1053 ret = ldb_msg_add_empty(msg, SYSDB_SUBDOMAIN_FOREST, forest_flags,

Completed in 1349 milliseconds