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

/sssd-io/src/tests/
H A Dsysdb-tests.c2539 char *ghostname; local
2555 ghostname = test_asprintf_fqname(data, test_ctx->domain,
2557 fail_unless(ghostname != NULL, "Out of memory\n");
2559 ret = sysdb_attrs_steal_string(data->attrs, SYSDB_GHOST, ghostname);
2574 gv.data = (uint8_t *) ghostname;
2575 gv.length = strlen(ghostname);
2583 "Ghost user %s unexpectedly found\n", ghostname);
2603 gv.data = (uint8_t *) ghostname;
2604 gv.length = strlen(ghostname);
2610 fail_if(test_gv == NULL, "Cannot find ghost user %s\n", ghostname);
3249 char *ghostname; local
[all...]

Completed in 24 milliseconds