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

/sssd/src/tests/
H A Dsss_idmap-tests.c35 const char test_sid[] = "S-1-5-21-2127521184-1604012920-1887927527-72713"; variable
696 err = sss_idmap_sid_to_bin_sid(idmap_ctx, test_sid, &bin_sid, &length);
718 fail_unless(strcmp(sid, test_sid) == 0, "SID strings do not match, "
720 test_sid, sid); local
792 fail_unless(strcmp(sid, test_sid) == 0, "SID strings do not match, "
794 test_sid, sid); local
805 err = sss_idmap_sid_to_smb_sid(idmap_ctx, test_sid, &smb_sid);

Completed in 15 milliseconds