ArtifactoryOSSLDAP-测试成功,但无法登录。
创始人
2024-11-11 00:00:14
0

这可能是由于用户没有正确配置或没有分配正确的LDAP组所导致的。您可以使用以下代码示例解决此问题:

  1. 检查LDAP用户的dn

String searchFilter = "(&(objectClass=user)(sAMAccountName=" + userDN + "))"; SearchControls searchControls = new SearchControls(); searchControls.setSearchScope(SearchControls.SUBTREE_SCOPE); NamingEnumeration results = ldapContext.search(searchBase, searchFilter, searchControls); if (results.hasMoreElements()) { SearchResult searchResult = results.nextElement(); userDN = searchResult.getNameInNamespace(); }

  1. 验证用户LDAP组

ModificationItem[] modificationItems = new ModificationItem[2]; modificationItems[0] = new ModificationItem(DirContext.REMOVE_ATTRIBUTE, new BasicAttribute("member", userDN)); modificationItems[1] = new ModificationItem(DirContext.ADD_ATTRIBUTE, new BasicAttribute("member", userDN));

// 在LDAP中查找组 String searchFilter = "(&(objectClass=group)(sAMAccountName=" + groupName + "))"; SearchControls searchControls = new SearchControls(); searchControls.setSearchScope(SearchControls.SUBTREE_SCOPE); NamingEnumeration results = ldapContext.search(searchBase, searchFilter, searchControls);

if (results.hasMoreElements()) { SearchResult searchResult = results.nextElement(); String groupDN = searchResult.getNameInNamespace();

try {
    // 验证用户是否为组成员
    Attributes attributes = ldapContext.getAttributes(groupDN, new String[]{"member"});
    Attribute members = attributes.get("member");
    if (members != null && members.contains(userDN)) {
        // 用户已是该组成员
        return;
    } else {
        // 没有找到user DN或找到但没有在给定组中
        ldapContext.modifyAttributes(groupDN, modificationItems);
    }
} catch (NamingException e) {
    // 处理异常,LDAP验证失败
}

} else { // 处理异常,未找到组 }

通过上述方法,您可以在LDAP中正确配置用户和组,并解决Artifactory OSS登录LDAP的问题。

相关内容

热门资讯

目前来看"xpoke... 目前来看"xpoker辅助工具"扑克之星辅助(真是真的是有辅助安装)-哔哩哔哩小薇(辅助器软件下载)...
透视解迷"werpl... 透视解迷"werplan免费挂下载"其实存在有辅助软件(哔哩哔哩)亲,关键说明,werplan免费挂...
连日来"pokemo... 连日来"pokemomo辅助工具"约局吧德州可以透视吗(一贯是真的辅助软件)-哔哩哔哩1、打开软件启...
透视普及"hhpok... 透视普及"hhpoker是真的假的"本来真的有辅助攻略(哔哩哔哩)1、在hhpoker是真的假的插件...
反观"poker辅助... 反观"poker辅助器免费安装"约局吧辅助器(一贯是有辅助工具)-哔哩哔哩1、这是跨平台的poker...
透视开挂"hhpok... 透视开挂"hhpoker外开挂靠谱吗"切实有辅助教程(哔哩哔哩)1、在hhpoker外开挂靠谱吗插件...
辅助透视"wepok... 辅助透视"wepoker有用吗"wepokerplus到底是挂了吗(本来真的有辅助下载)-哔哩哔哩1...
透视有挂"wepok... 透视有挂"wepoker破解器"一贯存在有辅助脚本(哔哩哔哩)1、超多福利:超高返利,海量正版游戏,...
据文件显示"wepo... 据文件显示"wepoker有用吗"wepoker正确养号方法(竟然有辅助辅助器)-哔哩哔哩1、让任何...
透视专业"wepok... 透视专业"wepokerplus脚本"原来是真的辅助方法(哔哩哔哩)一、wepokerplus脚本游...