spring-ldap-core</artifactId> <version>2.3.2.RELEASE</version> </dependency> 先介绍一些Spring-ldap ,因为网上有很多教程,在给出的工程依赖中有用spring-ldap的,也有spring-ldap-core的,而且还有版本问题。 spring-ldap框架,是Spring集成ldap操作的总和,包含spring-ldap-core,spring-ldap-core-tiger,spring-ldap-ldif-core,spring-ldap-odm 而且截至目前,spring-ldap的<version>2.3.2.RELEASE</version>不在maven的中央仓库,不好获取。但spring-ldap-core在。 但是上一篇文章用JNDI方式查询出来的是 Attributes attrs = ctx.getAttributes("uid=123,ou=Internal,ou=People");//获取到一个人员 Spring-ldap
groupId>com.novell.ldap</groupId> <artifactId>jldap</artifactId> <version>4.3</version> </dependency> Spring-ldap