Skip to main content

Hi,

Is there any way to identify users that doesn't synchronise with AD?

Hi @Sasanka 

I am affraid it isn’t possible. But maybe you can create a quick report.


Hi @Link 

 

I have access to the DB. do you have any idea about a Table that we can get this info?


Hi @Sasanka 

check this view:

select * from ifsapp.ad_sync_user_log

 


select * from dba_users

 

should give you an overview of users in the system.


Reply