注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì)程序設(shè)計(jì)綜合活動目錄服務(wù)接口程序員指南:英文

活動目錄服務(wù)接口程序員指南:英文

活動目錄服務(wù)接口程序員指南:英文

定 價:¥88.00

作 者: (美)Microsoft公司著
出版社: 北京大學(xué)出版社
叢編項(xiàng): 活動目錄編程和開發(fā)影印叢書
標(biāo) 簽: 操作系統(tǒng)

ISBN: 9787301019788 出版時間: 2000-04-01 包裝: 平裝
開本: 23cm 頁數(shù): 352 字?jǐn)?shù):  

內(nèi)容簡介

  本書是ACTIVE DIRECTORY DEVELOPER'S REFERENCE LIBRARY(活動目錄編程和開發(fā)影印叢書)中的一本,全面講述如何用活動目錄服務(wù)接口(ADSI)來啟用產(chǎn)品和應(yīng)用程序中的目錄,并自動完成目錄管理任務(wù)。ADSI提供了一套目錄服務(wù)接口,來對含有多個網(wǎng)絡(luò)和目錄的環(huán)境中的網(wǎng)絡(luò)資源進(jìn)行管理。網(wǎng)絡(luò)管理員可以使用ADSI和適于自動編程的語言(如Visual Basic和Java)來自動完成常規(guī)任務(wù),如添加用戶和組、管理打印機(jī)、為網(wǎng)絡(luò)資源設(shè)置權(quán)限等。開發(fā)人員可以用ADSI來啟用產(chǎn)品和應(yīng)用程序中的目錄。如果讀者具有扎實(shí)的COM編程基礎(chǔ),將對閱讀本書有所幫助。

作者簡介

暫缺《活動目錄服務(wù)接口程序員指南:英文》作者簡介

圖書目錄

Acknowledgements
Part1
Chapter 1:using the Active Directory Library
How the Active Directory Library Is Structured
How the ACtive Directory Library Is Designed
Chapter2:What’s In This Volume?
Chapter6:Using ADSI
Chapter7:ADSI Scripting Tutorial
Cahapter8:Implementing ADSI Providers
Chatper9;ADSI Exchange
Group Policy Programming
Chapter10:Group Policy Programming Guide
Chapter11:Group Policy Reference
Chapter3:Using Microsoft Reference Resources
The Microsoft Developer Network
Comparing MSDN with MSDN Online
MSDN Subscriptions
MSDN Library Subscription
MSDN Professional Subscription
MSDN Unniversal Subscription
Pruchasing an MSDN Subsctiption
Using MSDN
Navgating MSDN
Quick tips
Using MSDN Online
MSDN Online Features
MSDN Online Registered Users
The Windows Programming Reference Series
Chapter4:Finding the Developer Resources You Need
Developer support
Online Resources
Learning Products
Conferences
Other Resources
Chapter5:What You Need to Know First About ADSI
ADSI Programmer’s Guide Assumptions
Multiple Directory Services
Who Will Use ADSI?
Directory Services Today
Benefits of Using ADSI
ADSI Architecture
ADSI Objects
Namespacs
ADSI Provider
ADSI Schema Model
Programming Language Support
Further Reading on ADSI and Related Topics
PART2
Chapter 6:Using ADSI
Binding to an ADSI Object
Binding String
WinNT Binding String
LDAP Binding String
Binding Types Specific to Active Directory
binding Programmatically Using an ADSI Interface
Using ADSI Functions to Bind Directly to an Object
Using an ActiveX Data Object to Bind to ADSI Providers
Connection Caching
Accessing and manipulating Data with ADSI
ADSI Properties and Attributes
What are ProPerties?
Properties vs.Attributes
The ADSI Property Cache
Single vs.Multiple Value Attributes
Active Directory Operational Tttributes
The IADs and IDirectoryObject Interfaces
Using the IADSinterfaces
Using the IDirectoryObject Interface
Accessing Attributes with ADSI
The Get method
Tjhe GetEx Method
The GetInfo Method
Optimization Using GetInfoEx
Accessing Attributes with the IdirectoryObject Interface
Modifying Attributes with ADSI
The Put Method
The PutEx Method
The SetInfo Method
Modifying Attributes with the IDirectoryObject Interface
Accessing the Property Cache Directly with the IADsPropery Interfaces
ADSI Attribute Syntax
Mapping Active Directory Syntax to ADSI Syntxax
Mapping NDS Syntax to ADSI Syntax
Using the ADSI Schema
Collections and Groups
Enumerating ADSI Objects
Enumeration
Enumeration Helper Functions
ADsBuildEnumerator
ADsFreeEnumerator
Searching Active Directory
Scope of Query
DEpth of Query
Performance and handling Large Result Sets
What Makes a Fast Query?
Processing a Result Set
SEarch Filter Syntax
Dialect
Query Interfaces
Searching with IDirectorySearch
Searching with ActiveX Data Objects(ADO)
Searching with OLE DB
Distributed Query
ADSI Security Model
Atuthentication
Access Control
Creating a Security Descriptor Object
Enumerating the ACLs on an ADSI Object
ADSI EXtensions
ADSI Extension Architecture
Early Binding Support
Getting ADSI Interfaces from Your Extension
ADSI Extension Type libraries
ADSI and Extensions:What’s Happening Under the Hook?
Late Binding Support
IADsExtension Interface
IADsExtension Usage
Supporting Dual or Dispatch Interfaces
Late Binding :What’s Happenging Under the Hood?
Revisiting COM Aggregation Rules with ADsi Extensions
What Does a Client See?
Resolution of Multiple Aggregation Components Supporting the Same Interface
Lage Binding vs.Vtable Access in the ADSI EXtension Model
Resolution of Function/Property Name Conflicts in automation in Extension
Example Code for Resolving Function Nmae Conflicts
More on the Resolution of Automation Conflicts:Same Function Name but Different Parameters
Using ADSI with NDS Providers
SEtting up Gateway and Client Services for Netware
NDS Example code
Using ADSI with NWCOMPAT Providers
Setting Up GateWway and Client Services for Netware3.X
NWCOMPAT Example Code
ADSI Utility Interfaces
IADsDEleteOps Interface
IADsObjectOptions Interface
IADsPathname Interface
IADsNameTranslate Interface
Programming ADSI with JAVA/COM
Chapter7:ADSI Scripting Tutorial
What You Should Know Before Reading This Tutorial
Basic ADSI
Binding
Getting and Setting properties
Containers and Children
High-Level Objects
ADS Namespaces Container
Domains
Other High-level Objects
Groups and Users
Groups
Listing Groups
Creating Groups
Removing Groups
Users
Listing Users
Creating Users
Removing users
Modifying User Properties
Associating Users With Groups
Errors and Error Trapping
How to Trap ADSI Errors
Common Errors
Chatper8:Implementing ADSI Providers
Provider Minimum Requirements
Core Implementation
Optional Implementatin
Custom ProPerties
Dual Interfaces
Provider OverView
ADSI Component Interaction
Schema Interfaces
Scheam Extensions
Enumerating Container Objects
Provider Registry Information
Support Queries
Implementation Issues for ADSI Providers
Collections
About Dispatch IDs
Type Information and Type Libraries
Thread Safety
Object Locking
Property Names Within a Schema
Primay interface
ADSI Example Provider Component
Installing the Example Provider Component
Directory Definition
Schema Management
Bindig to an Active Directory Object
Enumerator Objects
Code Overview
Code Details
CCLSOBJ.CPP
CDISPMGR.CPP
CENUMNS.CPP
CENUMSCH.CPP
CENUMOBJ.CPP
CENUMVAR.CPP
CGENOBJ.CPP
CORE.CPP
CNAMCF.CPP
CNAMESP.CPP
COMMON.CPP
CPRPOBJ.CPP
CPROPS.CPP
CPROV.CPP
CPROVCF.CPP
CSCHOBJ.CPP
GETOBJ.CPP
GLOBALS.CPP
GUID.CPP
LIBMAIN.CPP
MEMORY.CPP
OBJECT.CPP
PROPERTY.CPP
PARSE.CPP
PACK.CPP
REGDSAPI.CPP
SMPOPER.CPP
REGDSAPI.CPP
SMPOPER.CPP
STDFACT.CPP
Chapter9:ADSI Exchange
About ADSI Exchange
Limitations of ADSI
The Exchange Server Directory
The EXchange Server Schema
Schema Attributes for Directories
ADsPath
Using ADSI Exchange
Viewing and Modifying the Exchange Server Schema
Setting Class Attributes
Changing the Access Category for a Schema Attribute
Creating a Definition for a Schema Attribute
Viewing the Raw Properties of an Exchange Object
Creating an Exchange mailbox
Setting the Security Descriptor on an Exchange Mailbox
Manipulating Security Descriptor and SIDs
Example Code for Getting the SID
Example Code for Setting Security Descriptors
Deleting a Mailbox Object
Creating a Custom Recipient
Creating Recipients Container
Example Code for Recalculating the Hierarchy in the Exchange Eirectory Service
Getting the Organization and Site Name from a Server
Listing the Exchange Server Version of all the Servers in the Organization
Finding the Home Server of a Mailbox
Retireving E-Mail Addresses
Accessing Hidden or Deleted Entries
Retrieving Changes Made to the Directory Service
Creating a Distribution List from the Results of a Query
Getting or Modifying Message Size
Using LDAP Error Codes to Troubleshoot Problems
Chapter10:Group Policy Programming
About Group Policy
Group Policy Architecture
Group Policy Object
Group Policy Management
Applying Group Policy
Providing Policy for Your Applications
Policy Data Storage
Policy User Interface
Policy Events
Adhering to System Policy Settings
Using Group Policy
Implementing Policy on the Server
Implementing Policy on the Client
Creating a Policy Callback Function
Registering a Policy Callback Function
Chapter11:Group Policy Reference
Group Policy Functions
Group Policy Structures
Group Policy Interfaces
IUnknown methods
IGPEinformation Methods
IUnknown Methods
IGroupPolicyObjecct Methods
Group Policy File formats
Registry Policy File Format
Administrative Template File Format
Comments and Strings
CHECKBOX Part Type
COMBOBOX Part Type
DROPDOWNLIST Part Type
EDITTTEXT Part Type
LISTBOX Part Type
NUMBERIC Part Type
TEXT Part Type
Part 3--Glossary and Indexes
Glossary
Index1:Active Directory Programmer’s Guide Coverage
Index2:Active Directory Reference-Alphabetical Listing
Index3:ADSI,ADSI Exchange ,and Group Policy Programmer’s Guides
Coverage
Index4:ADSI Reference-Alphabetical Listing

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) hotzeplotz.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號