Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duserdb.c465 bool is_nss, is_dropin; in userdb_start_query() local
478 is_nss = streq(de->d_name, "io.systemd.NameServiceSwitch"); in userdb_start_query()
479 if ((flags & (USERDB_EXCLUDE_NSS|USERDB_AVOID_MULTIPLEXER)) && is_nss) in userdb_start_query()
503 … if (is_nss && r >= 0) /* Turn off fallback NSS + dropin if we found the NSS/dropin service in userdb_start_query()