readme.txt

来自「delphi Adsi Memo delphi Adsi Memo delp」· 文本 代码 · 共 35 行

TXT
35
字号
Code samples for:
Active Directory Service Interfaces and Delphi
By Deepak Shenoy
Agni Software (http://www.agnisoft.com)

These samples are demonstrations of many features of ADSI.
Unzip the files into the corresponding subdirectories and you
can compile and use the code.

Binding - 
1. Getting provider names using the built in ADSI functions
2. Using my helper functions for enumeration
3. Using ADsOpenObject for binding
4. Setting object information
5. Setting multivalued object info (requires Windows 2000 and Active Directory)

Common - ADSI Helper functions

Directory Search - 
1. Searching an LDAP provider using ADO and SQL. You must have Windows
2000 installed and Active Directory enabled for this to work.
2. Searching an Internet based ADSI provider (you need a connection to the
internet to see this working)
3. Getting schema properties of ADSI objects
4. Searching using IDirectorySearch.


Internet -
1. Searching an Internet based ADSI provider (you need a connection to the internet to see this working)

Provider - Sample ADSI Provider. Run the BDEProv.REG file to register the provider

User -
This project demonstrates a simple user manager using ADSI

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?