Hi you all, is it possible to synchronise a db users table with active dire

Hi you all,
is it possible to synchronise a db users table with active directory using ldap sync using the ldap sync component or other?
Thanks...

OriginalPostID-65761

OriginalPostID-65761

  Discussion posts and replies are publicly visible

Parents
  • You should be able to write a process to verify if the user is in sync to the database. LDAP sync (to the bset of my knowledge) only gives you the number of users added or updated and not the user account itself. So you to check if this number is >0 and write a procedure to query the user and verify against the database.
    As a general best practice, this may be okay for small user count but as the user count increases, this may be an overhead. So make sure you design this with due consideration on performance
Reply
  • You should be able to write a process to verify if the user is in sync to the database. LDAP sync (to the bset of my knowledge) only gives you the number of users added or updated and not the user account itself. So you to check if this number is >0 and write a procedure to query the user and verify against the database.
    As a general best practice, this may be okay for small user count but as the user count increases, this may be an overhead. So make sure you design this with due consideration on performance
Children
No Data