I have three questions related to LDAP and Java.
is there any way to find the newly created users on the windows active directory using Java? Now I am get the all users from active directory loop through them and using the
whencreatedattribute for identify the new users.same like previous one is there any way to find the users attributes that recently modified on active directory (like firstname changed or email changed like that) using Java? Currently I am identify using
whenchangedattribute.is there any way to identify the info about the user is locked/unlocked or he is in active/de-active like that?