Hi. i need to connect to active directory database. So what credentials i have to use to build a connection string in connect activity.
Thanks !!!
Hi. i need to connect to active directory database. So what credentials i have to use to build a connection string in connect activity.
Thanks !!!
Hi, I believe you must create your own custom activity in order to communicate with directory servers.
Hello!
There’re no Uipath Activities that connects with Active Directory.
You can try to use the following connection string to connect:
“Provider=ADSDSOObject;User Id=myUsername;Password=myPassword;”
Where username/password is your Active Directory authentication.
PS* You might pass your domain to connect (Ex. active\myuser).
Regards,