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
  • I dont think you can use the LDAP sync plug-in to do the synching to another database. What I was suggesting was - once the user is successfully imported into Appian, you can loop through the users and for each user, query the user attributes using the user() function and write this info out to your database. This way, Appian acts as an intermediary. The other option is to build your own LDAP plug-in to do the job.
Reply
  • I dont think you can use the LDAP sync plug-in to do the synching to another database. What I was suggesting was - once the user is successfully imported into Appian, you can loop through the users and for each user, query the user attributes using the user() function and write this info out to your database. This way, Appian acts as an intermediary. The other option is to build your own LDAP plug-in to do the job.
Children
No Data