Re: HELP DISTINGUISHED NAME DN IN AD (WIN2000 SERVER)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: ptwilliams (ptw2001_at_hotmail.com)
Date: 08/02/04


Date: Mon, 2 Aug 2004 18:27:59 +0100

DN (Distinguished Name) is the absolute path to an object. Because every
object resides in an OU (or container) tree, which in turn resides in a
domain tree, a DN specifies the exact location within both trees. A DN is a
part of LDAP. In LDAP (and therefore AD) each object has a naming attribute
prefix. A DN is made up of the naming attribute prefix and it's resultant
value.

For example, the user Paul Williams (winnetsolutions\williamsp |
williamsp@winnet-solutions.com) in the IT OU within the Windows Networking
Solutions domain would look like this:

    CN=Paul Williams, OU=IT, DC=winnet-solutions, DC=com

Where CN (common name) is an attribute of my account.

There is also an relative distinguished name (RDN) which is the first
component of the DN. An RDN has to be unique within it's container. This
basically means that an RDN is the name of an object in it's container.
Whereas a DN is the name of an object in the directory.

You should enter your DN as in the format of my example (above).

I'm sorry I cannot be of any more help as I don't understand what you are
doing!?!? ;-(

-- 
Paul Williams
_________________________________________
 http://www.msresource.net
Join us in our new forums!
  http://forums.msresource.net
_________________________________________
"Ada Konstantinidou" <konstaan@gr.ibm.com> wrote in message
news:eCroTcKeEHA.1652@TK2MSFTNGP09.phx.gbl...
Hello!
I am new to AD and I urgently need your help.
I have set up an AD in a test domain with 1 DC and 1 PC client with XP.
The name of the DC where the AD is installed is : pc2142.adatest.ibm.com
I have installed a browser editor on the DC to check the connection.
In the connection section of the browser it asks for :
a. host name : ......pc2142.adatest.ibm.com
b. Base DN ???????????????????????????????????
(when I press fetch DNs it brings CN = Schema, CN= Configuration, DC =
adatest, DC=ibm, DC = com)
When I have checked the anonymous bind it says ready but it returns nothing
(I have created some accounts with users (ou))
When I enter only DC = adatest it returns 1 enty but when I try to click it
disconnects and it fails.
What should I enter as a DN?
What do I do wrong?
Thank you very much!
Sincerly,
Ada


Relevant Pages

  • Re: HELP DISTINGUISHED NAME DN IN AD (WIN2000 SERVER)
    ... object resides in an OU tree, which in turn resides in a ... domain tree, a DN specifies the exact location within both trees. ... An RDN has to be unique within it's container. ...
    (microsoft.public.win2000.active_directory)
  • Re: Getting non "const" pointers to object data using "const" members
    ... My object is actually a tree container, ... safety or const correctness. ... Make this a private nested class of the tree container. ... I use a polymorphic member actually truely named "visit", which is a "const" member implemented either for getting the pointer in the node itself or in another class which is a sub-container for several nodes or nodes containers. ...
    (microsoft.public.vc.language)
  • Re: std::set
    ... When you insert elements within the container, ... No, it returns an iterator, which *is* a position. ... red-black tree. ... Insertion is linear. ...
    (comp.lang.cpp)
  • Getting rid of cursors to help with performance
    ... the tables called Container contains a hierarchy system. ... But this function will only accept one container ident, ... SELECT CONTAINERID INTO #tree FROM PQTSELECTION WHERE SESSIONID=@sessionid ... declare objects cursor ...
    (microsoft.public.sqlserver.programming)
  • Re: Exporting group user list
    ... object resides. ... Note that if your container is an OU then you need to replace the container ... I am new in the group, maybe my question is addressed in a FAQ... ... So I tought "I do a query and export ...
    (microsoft.public.windows.server.active_directory)