- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for SID_TYPE_USER (0.1 sec)
-
src/test/java/jcifs/tests/SidTest.java
assertEquals(getRequiredProperty(TestProperties.TEST_USER_DOMAIN_SHORT), s.getDomainName()); assertEquals(getTestUser(), s.getAccountName()); assertEquals(jcifs.SID.SID_TYPE_USER, s.getType()); } @Test public void resolveGroupSID () throws IOException { String sid = getRequiredProperty(TestProperties.TEST_GROUP_SID); SID s = new SID(sid);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/SID.java
* </pre> */ public interface SID { /** * */ public static final int SID_TYPE_USE_NONE = 0; /** * */ public static final int SID_TYPE_USER = 1; /** * */ public static final int SID_TYPE_DOM_GRP = 2; /** * */ public static final int SID_TYPE_DOMAIN = 3; /** * */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SambaHelper.java
public static final int SID_TYPE_INVALID = 7; public static final int SID_TYPE_UNKNOWN = 8; public static final int SID_TYPE_USE_NONE = 0; public static final int SID_TYPE_USER = 1; public static final int SID_TYPE_WKN_GRP = 5; protected FessConfig fessConfig; @PostConstruct public void init() { if (logger.isDebugEnabled()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 27 10:58:21 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
* getAccountName: Domain Admins * </pre> */ public class SID extends rpc.sid_t { public static final int SID_TYPE_USE_NONE = lsarpc.SID_NAME_USE_NONE; public static final int SID_TYPE_USER = lsarpc.SID_NAME_USER; public static final int SID_TYPE_DOM_GRP = lsarpc.SID_NAME_DOM_GRP; public static final int SID_TYPE_DOMAIN = lsarpc.SID_NAME_DOMAIN;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/SidResolver.java
* <p/> * Domain groups nested inside a local group are currently not expanded. In * this case the key (SID) type will be SID_TYPE_DOM_GRP rather than * SID_TYPE_USER. * * @param tc * The context to use * @param authorityServerName * The server from which the local groups will be queried. * @param flags
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0)