developer-delphi-active-directory-roteiro

Implement and validate ActiveDirectoryORM workflows in Delphi with LDAP/LDAPS configuration.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-active-directory-roteiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-delphi-active-directory-roteiro
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/developer-delphi-active-directory-roteiro_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-active-directory-roteiro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roadmaps and ready-to-run examples to help Delphi developers configure and use ActiveDirectoryORM fluently (LDAP/LDAPS, OUs, JSON/TStringList), authenticate, search, and modify Active Directory objects.

Core Features & Use Cases

  • Fluent configuration and practical roadmaps across LDAP/LDAPS connections, OU grouping, and JSON/TStringList inputs.
  • Authentication, search, and write operations with Pascal examples: Authenticate, AuthenticateUser, TestConnection, SearchObjects, ListGroups, GetGroupMembers, SetAttributeValue, AddObject, ChangePassword.
  • Real-world guidance on composing end-to-end workflows from configuration to operation, with reusable snippets and recommended patterns.

Quick Start

Follow the included Pascal examples to configure an LDAP/LDAPS connection, authenticate, query groups and users, and perform write operations using ActiveDirectoryORM.

Frequently Asked Questions about developer-delphi-active-directory-roteiro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an LDAPS connection in Delphi for Active Directory integration?

To configure an LDAPS connection in Delphi, you use fluent configuration patterns provided by ActiveDirectoryORM. This Skill provides practical roadmaps and Pascal examples to establish secure LDAP connections and target specific OUs.

Can I authenticate Active Directory users from a Delphi Pascal application?

Yes, you can authenticate Active Directory users from Delphi using provided methods like Authenticate and AuthenticateUser. The examples demonstrate end-to-end workflows for validating credentials and testing AD connections.

What is the best way to query Active Directory groups and users in Delphi?

The best way to query Active Directory groups and users in Delphi is using ActiveDirectoryORM methods like SearchObjects, ListGroups, and GetGroupMembers. The Skill includes ready-to-run Pascal examples for these operations.

How do I write changes to Active Directory objects using Pascal?

You write changes to Active Directory objects using Pascal methods like SetAttributeValue, AddObject, and ChangePassword. The Skill provides reusable snippets demonstrating these write operations across real-world scenarios.

Does ActiveDirectoryORM support JSON or TStringList inputs for Delphi workflows?

Yes, ActiveDirectoryORM supports both JSON and TStringList inputs for configuring Delphi workflows. The Skill covers practical roadmaps for utilizing these input formats to manage AD operations effectively.

What prerequisites do I need to run Active Directory queries in a Delphi environment?

You need a Delphi or Pascal development environment and the ActiveDirectoryORM module installed. The included exemplars under the exemplos directory demonstrate the required end-to-end usage setup.