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

/sssd/src/tests/
H A Dsysdb-tests.c2402 char *ghostname; local
2418 ghostname = test_asprintf_fqname(data, test_ctx->domain,
2420 fail_unless(ghostname != NULL, "Out of memory\n");
2422 ret = sysdb_attrs_steal_string(data->attrs, SYSDB_GHOST, ghostname);
2437 gv.data = (uint8_t *) ghostname;
2438 gv.length = strlen(ghostname);
2446 "Ghost user %s unexpectedly found\n", ghostname);
2466 gv.data = (uint8_t *) ghostname;
2467 gv.length = strlen(ghostname);
2473 fail_if(test_gv == NULL, "Cannot find ghost user %s\n", ghostname);
3112 char *ghostname; local
[all...]

Completed in 73 milliseconds