[ https://issues.apache.org/jira/browse/DIRSERVER-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Lecharny resolved DIRSERVER-1881. ------------------------------------------ Resolution: Abandoned No response to the questions we asked. > How to get all user attribute (ex. telephoneNumber) from AD through LDAP API > ? > ------------------------------------------------------------------------------- > > Key: DIRSERVER-1881 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1881 > Project: Directory ApacheDS > Issue Type: New Feature > Components: ldap > Environment: Window Server 2008 > Reporter: Nguyen Manh Ha > Priority: Minor > > EntryCursor cursor = connection.search("CN=Users,dc=demo, dc=com", > "(name=sonnt38)", SearchScope.ONELEVEL,"*"); > while (cursor.next()) { > Entry entry = cursor.get(); > System.out.println(entry.getAttributes()); > } > But I don't get all attributes (ex. telephoneNumber) > So, How to get all attributes ? > I need your help. > Thanks you! -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org