How to capture value from ldap node?

Certified Associate Developer

Hello All,

 

Is there a way to capture any specific ldap field value into process variable? I want to capture supervisor username fields value into one of the process variable but while doing so instead of getting variable value i'm getting "extesnsionAttribute4" which is the field from AD used to provide supervisor name. Any suggestion here would be appreciated

  Discussion posts and replies are publicly visible

Parents
  • I believe you are using ldapsearch() to get the LDAP information. If that's the case, 

    1. Check the LDAP attribute values through any other LDAP browser tools and make sure that the data is correct in LDAP
    2. Can you please share the masked code so that we can understand what is being queried and how?

    Thanks,

    Raghu

  • 0
    Certified Associate Developer
    in reply to Raghuvaran Nagarajan
    Hey Raghu,
    Thanks for reaply, I'm actually using "LDAP user profile synchronization with username" smart service in appian. Where it takes different fieldnames from Active directory and creates the user profile in appian based on that information. Below are the some of the field names from AD

    for Username "sAMAccountName"
    for User Supervisor UserName "extensionAttribute4"
    and so on. So while this process model executes, It will take the information from this fields and create the user profile in appian and all I want is to capture the values from "extensionAttribute4" into process variable. I hope this clarifies my scenario?
Reply
  • 0
    Certified Associate Developer
    in reply to Raghuvaran Nagarajan
    Hey Raghu,
    Thanks for reaply, I'm actually using "LDAP user profile synchronization with username" smart service in appian. Where it takes different fieldnames from Active directory and creates the user profile in appian based on that information. Below are the some of the field names from AD

    for Username "sAMAccountName"
    for User Supervisor UserName "extensionAttribute4"
    and so on. So while this process model executes, It will take the information from this fields and create the user profile in appian and all I want is to capture the values from "extensionAttribute4" into process variable. I hope this clarifies my scenario?
Children
No Data