Nguyen Manh Ha created DIRSERVER-1881:
-----------------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to