Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
1615 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi you all, is it possible to synchronise a db users table with active dire
Giobis
over 11 years ago
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
0
Sathya Srinivasan
Appian Employee
over 11 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data