Skip to content

LDAP#

node นี้ให้คุณเชื่อมต่อกับ LDAP server เพื่อสร้าง ค้นหา และอัปเดต object ต่างๆ

Credentials

คุณสามารถดูข้อมูลการยืนยันตัวตนสำหรับ node นี้ได้ ที่นี่.

Operations#

  • Compare เปรียบเทียบ attribute
  • Create สร้าง entry ใหม่
  • Delete ลบ entry
  • Rename เปลี่ยน DN ของ entry ที่มีอยู่
  • Search LDAP
  • Update อัปเดต attributes

ดูรายละเอียดการตั้งค่าแต่ละ operation ได้ในหัวข้อด้านล่าง

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

Compare#

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • DN: ใส่ Distinguished Name (DN) ของ entry ที่ต้องการเปรียบเทียบ
  • Attribute ID: ใส่ ID ของ attribute ที่ต้องการเปรียบเทียบ
  • Value: ใส่ค่าที่ต้องการเปรียบเทียบ

Create#

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • DN: ใส่ Distinguished Name (DN) ของ entry ที่ต้องการสร้าง
  • Attributes: เพิ่มคู่ Attribute ID/Value ที่ต้องการสร้าง

Delete#

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • DN: ใส่ Distinguished Name (DN) ของ entry ที่ต้องการลบ

Rename#

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • DN: ใส่ Distinguished Name (DN) ปัจจุบันของ entry ที่ต้องการเปลี่ยนชื่อ
  • New DN: ใส่ Distinguished Name (DN) ใหม่สำหรับ entry นี้

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • Base DN: ใส่ Distinguished Name (DN) ของ subtree ที่ต้องการค้นหา
  • Search For: เลือก object class ที่ต้องการค้นหา
  • Attribute: เลือก attribute ที่ต้องการค้นหา
  • Search Text: ใส่ข้อความที่ต้องการค้นหา ใช้ * เป็น wildcard ได้
  • Return All: ถ้าเปิด node จะคืนค่าทั้งหมด ถ้าปิดจะคืนค่าตาม Limit ที่ตั้งไว้
  • Limit: ใช้ได้เมื่อปิด Return All ใส่จำนวนสูงสุดของผลลัพธ์ที่ต้องการ

Search options#

คุณสามารถตั้งค่า operation นี้เพิ่มเติมได้ด้วย options เหล่านี้:

  • Attribute Names or IDs: ใส่ชื่อหรือ ID ของ attribute ที่ต้องการคืนค่า (คั่นด้วย comma) เลือกจาก list หรือใส่ ID ด้วย expression ก็ได้
  • Page Size: ใส่จำนวนสูงสุดของผลลัพธ์ที่ต้องการในแต่ละครั้ง ใส่ 0 เพื่อปิดการแบ่งหน้า
  • Scopes: กำหนดขอบเขตของ entry ที่จะค้นหาจาก Base DN เลือกได้จาก:
    • Base Tree: (subordinateSubtree) ค้นหาเฉพาะ subordinates ของ Base DN ไม่รวม Base DN เอง
    • Single Level: (one) ค้นหาเฉพาะลูกโดยตรงของ Base DN
    • Whole Subtree: (sub) ค้นหา Base DN และลูกทั้งหมดทุกระดับ

ดูข้อมูลเพิ่มเติมเกี่ยวกับ search scopes ได้ที่ The LDAP Search Operation

Update#

ตั้งค่า operation นี้โดยใช้ parameter เหล่านี้:

  • Credential to connect with: เลือกหรือสร้าง LDAP credential เพื่อเชื่อมต่อ
  • DN: ใส่ Distinguished Name (DN) ของ entry ที่ต้องการอัปเดต
  • Update Attributes*: เลือกว่าจะ Add (เพิ่ม), Remove (ลบ), หรือ Replace** (แทนที่) attribute ที่มีอยู่
  • จากนั้นใส่คู่ Attribute ID/Value ที่ต้องการอัปเดต

Templates and examples#

Adaptive RAG with Google Gemini & Qdrant: Context-Aware Query Answering

by Nisa

View template details
Adaptive RAG Strategy with Query Classification & Retrieval (Gemini & Qdrant)

by dmr

View template details
OpenAI Responses API Adapter for LLM and AI Agent Workflows

by Jimleuk

View template details
Browse LDAP integration templates, or search all templates