AD中的directReports属性无法转换为String

时间:2019-10-21 15:34:23

标签: java spring-boot spring-ldap

我正在使用Spring Boot LDAP Starter连接到AD。有一个名为directReports的属性,该属性存储用户的Direct Reportees。

AD存储直接报告的方式:

directreports=directReports: CN=kumarga,CN=Users,DC=xyz,DC=com, CN=gargay,CN=Users,DC=xyz,DC=com, CN=ppyuvadurga,CN=Users,DC=xyz,DC=com, CN=aroraga,CN=Users,DC=xyz,DC=com, CN=jbakki,CN=Users,DC=xyz,DC=com, 

我的代码

mp.put("direct_report_dns_json", attrs.get("directReports").get());

输出

 "direct_report_dns_json": "CN=kumarga,CN=Users,DC=xyz,DC=com",

如何将其他直接报告引入地图中的字符串。

0 个答案:

没有答案