#87411 - 2002-08-22 10:16 PM
Re: Question Needs Answer
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
quote: Objects that reside within a given namespace, are identified by a unique name. For example, files stored on a PC disk drive reside in the file system namespace. The unique name of a file is based on where it is stored in the file system namespace. For example:
C:\public\documents\adsi\adsi_spec.doc Directory service namespaces also identify the objects they contain by unique names, which are usually based on the location in the directory where the object can be found. For example, in an X.500 directory, a given object might have a name like this:
CN=John,OU=Marketing,O=ArcadiaBay Different directory services use different forms for naming the objects they contain. This makes dealing with different namespaces challenging, especially for developers, considering all of the different environments on which the code might be running.
A goal of Active Directory Service Interfaces (ADSI) is to provide a naming framework that allows access to namespaces of different directory service providers.
ADSI defines a naming convention that can uniquely identify an object in a heterogeneous environment. These names are called ADsPath strings. ADsPath strings take one of four forms:
"ADs://" "LDAP://" "WinNT://" "NDS://"
Each namespace supports different objects/properties. You can use WinNT:// to access Active Directory account info the same as on NT4. However you can not use the distinguished name or access all the AD specific object properties. The properties names are also different between namespaces.
|
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
1 registered
(Allen)
and 1198 anonymous users online.
|
|
|