aspose file tools
The moose likes Java in General and the fly likes Search users last modified - Active Directory Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Search users last modified - Active Directory" Watch "Search users last modified - Active Directory" New topic
Author

Search users last modified - Active Directory

sandeepc chintaki
Greenhorn

Joined: Aug 21, 2006
Posts: 11
Hi ,

I have a client requirement to search for users that are newly created or updations done to the existing ones. I assume last modified property of the users will fetch both the categories.

LDAP : Active directory

I want to use java to fetch these details . Is there any good approach to this? Are their any attributes in AD that define the last modified user and how that information can be useful to my requirement?

Any information on this is highly appreciated.

Thanks
Sandeep
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
There are plenty of tutorials on the web showing you how to use LDAP with Java. Here's one to start you off.

If you want to know what attributes are available on an LDAP server, an LDAP browser (such as Softerra's which is free) will come in useful. There's probably also lots of documentation on the Microsoft website for AD specific attributes.


Joanne
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Search users last modified - Active Directory
 
Similar Threads
Directory creation date
LDAP Users
Help Concerning LDAP
ADSI on JSP
JNDI -> Active Directory question - please help