Question

Identify users doesn't sync with AD

  • 18 January 2024
  • 4 replies
  • 45 views

Userlevel 2
Badge +6

Hi,

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


4 replies

Userlevel 7
Badge +22

Hi @Sasanka 

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

Userlevel 2
Badge +6

Hi @Link 

 

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

Userlevel 7
Badge +22

Hi @Sasanka 

check this view:

select * from ifsapp.ad_sync_user_log

 

Userlevel 3
Badge +10

select * from dba_users

 

should give you an overview of users in the system.

Reply