You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Nguyen Manh Ha (JIRA)" <ji...@apache.org> on 2013/08/02 02:33:48 UTC

[jira] [Created] (DIRSERVER-1881) How to get all user attribute (ex. telephoneNumber) from AD through LDAP API ?

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