LDAP

LDAP ObjectCategory

Parameter

Value

server

the directory for the ldap server

objectCategory

the object you want to sync

username

the username required to connect to the LDAP server

password

the encrypted password required to connect to the LDAP server

CN

Common Name

  <LdapDataSource
  ldapserver="LDAP:\\activedirectory.cinchy.co" 
  objectCategory="group" 
  username="PSDmOdxzUZWKi77dznimMhUO6RAOjQf2xuXhV9oLS4Q=" 
  password="mdeiT++m9wGqdaosQ7w3FXCsRm1v6gZX3ViXtfN8qQc="
  CN="Dev-Canada">
    <Schema>
      <Column name="cn" ordinal="1" dataType="Text" maxLength="5000" isMandatory="false" validateData="false" trimWhitespace="true" description=""/>
      <Column name="member" ordinal="2" dataType="Text" maxLength="5000" isMandatory="false" validateData="false" trimWhitespace="true" description=""/>
      <Column name="member.userPrincipalName" ordinal="3" dataType="Text" maxLength="200" isMandatory="false" validateData="false" trimWhitespace="true" description=""/>
    </Schema>
    <Filter>
      lookup('Cinchy CLI','GetADGroups')
    </Filter>
  </LdapDataSource>

Last updated