- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for membership (0.08 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Defines the search filter used to locate groups in LDAP. */ @Size(max = 1000) public String ldapGroupFilter; /** * LDAP attribute name for group membership. * Specifies which LDAP attribute contains group membership information. */ @Size(max = 100) public String ldapMemberofAttribute; /** * Notification message displayed on the login page.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
docs/sts/ldap.md
is optional and can be used to specify additional attributes to lookup on the User DN record in the LDAP server. This is for certain display purposes and may be used for extended functionality that may be added in the future. ### Group membership search MinIO can be optionally configured to find the groups of a user from AD/LDAP by specifying the following variables: ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
* a member of. * * This method is designed to assist with computing access control for a * given user when the target object's ACL has local groups. Local groups * are not listed in a user's group membership (e.g. as represented by the * tokenGroups constructed attribute retrived via LDAP). * * Domain groups nested inside a local group are currently not expanded. In
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
} return params.containsKey(ERROR) || params.containsKey(ID_TOKEN) || params.containsKey(CODE); } /** * Updates the user's group and role membership information. * @param user The Azure AD user to update. */ public void updateMemberOf(final AzureAdUser user) { final List<String> groupList = new ArrayList<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
/** * Contains user logon information from a PAC (Privilege Attribute Certificate). * This class parses and provides access to user authentication and authorization * data from Kerberos tickets, including user identity, group memberships, and * logon metadata. */ public class PacLogonInfo { private Date logonTime; private Date logoffTime; private Date kickOffTime; private Date pwdLastChangeTime;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0)