Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getAccountId_unavailableSidType (0.13 sec)

  1. src/test/java/org/codelibs/fess/helper/SambaHelperTest.java

            // Test Well-Known Group SID (type 5, mapped to 1)
            assertEquals("1Everyone", sambaHelper.getAccountId(createMockSID(5, "Everyone")));
        }
    
        public void test_getAccountId_unavailableSidType() throws SmbException {
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                @Override
                public String getSmbAvailableSidTypes() {
                    return "1,2";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 14.7K bytes
    - Viewed (0)
Back to top