











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
CyberDude
Assigned Engineer M

Registered: Aug 2001 Location: Where ever I lay my hat. Country: Germany State: Certifications: A+, N+, CNA5, CCNA2, MCSE NT4, MCP 2000, MCSA, ACP, ACE Working on: MCSE 2000 & 2003, CNE, CCNP, Linux, Programming
Total Posts: 929
|
|
Just a quickie
If you have a domain which has OU's and nested OU's, what is the RDN?
Is it? user.ou.ou.domain.tld
or will it just be? user.domain.tld
__________________
If it's not written down, then it never happened!
Report this post to a moderator
|
|
03-25-02 06:44 PM
|
|
KScheler
Senior Member
Registered: Oct 2001 Location: Abbott,TX Country: United States State: Certifications: Network+, A+, MCSE NT4, MCSE 2000, MCSA 2000 Working on: MCSA/MCSE 2003
Total Posts: 734
|
|
I pulled the below from the W2k server help file. Hope this helps.
Each object in Active Directory can be referenced by several different names. Active Directory creates a relative distinguished name and a canonical name for each object based upon information that was provided when the object was created or modified. Each object can also be referenced by its distinguished name, which is derived from the relative distinguished name of the object and all of its parent container objects.
The LDAP relative distinguished name uniquely identifies the object within its parent container. For example, the LDAP relative distinguished name of a computer named my computer is CN=mycomputer.
The LDAP distinguished name is globally unique. For example, the distinguished name of a computer named mycomputer in the MyOrganizationalUnit organizational unit in the microsoft.com domain is CN=mycomputer, OU=MyOrganizationalUnit, DC=microsoft, DC=com.
The canonical name is constructed the same way as the distinguished name, but it is represented using a different notation. The canonical name of the computer in the previous example would be Microsoft.com/MyOrganizationalUnit/mycomputer.
Report this post to a moderator
|
|
03-25-02 07:43 PM
|
|
TW2001
Senior Member

Registered: Mar 2001 Location: Country: USA State: Certifications: A+,MCP Working on: BS CompSci
Total Posts: 1413
|
|
The RDN is the unique name.
eg. Cdude
eg. Printer1
The DN is the domain and related containers.
eg. RDN + OU + OU + DC
eg. Cdude@exams.notes.examnotes.net
The UPN (use principal name) references the account located in the domain.
eg Account(user) + DC
eg. Cdude@examnotes.net
AD is all about the namespace.Name resolution converts the NS locator to the specific object.The whole enterprise is reliant upon the AD`s ablity to indentify and locate people,resources,objects.
Got it?
Report this post to a moderator
|
|
03-26-02 08:50 AM
|
|
CyberDude
Assigned Engineer M

Registered: Aug 2001 Location: Where ever I lay my hat. Country: Germany State: Certifications: A+, N+, CNA5, CCNA2, MCSE NT4, MCP 2000, MCSA, ACP, ACE Working on: MCSE 2000 & 2003, CNE, CCNP, Linux, Programming
Total Posts: 929
|
|
So I can use just the RDN or if I wish the FQDN?
Does DC stand for Domain Container?
__________________
If it's not written down, then it never happened!
Report this post to a moderator
|
|
03-26-02 09:12 AM
|
|
TW2001
Senior Member

Registered: Mar 2001 Location: Country: USA State: Certifications: A+,MCP Working on: BS CompSci
Total Posts: 1413
|
|
DC = Domain Component
Active Directory uses RDNs to allow querying of the directory by object type, allowing users to search objects when the DN is not exactly known.Its for the users to make it easier and the dirctory hierachy transperent.So i guess the answer to your question is yes.Im just not sure exactly what you want to do.I also think you may be confusing the AD namespace (directory) with the AD DNS namespace.
?
Report this post to a moderator
|
|
03-26-02 11:11 AM
|
|
CyberDude
Assigned Engineer M

Registered: Aug 2001 Location: Where ever I lay my hat. Country: Germany State: Certifications: A+, N+, CNA5, CCNA2, MCSE NT4, MCP 2000, MCSA, ACP, ACE Working on: MCSE 2000 & 2003, CNE, CCNP, Linux, Programming
Total Posts: 929
|
|
I was just thinking that all objects have a name, but what string do you need to use for its context. I know DNS uses all domain names as its FQDN, so I was just wondering if AD did the same, with its objects aswell, or is it like dns and just uses the domain components.
In NDS your full context would be username.ou.ou.org.root
__________________
If it's not written down, then it never happened!
Report this post to a moderator
|
|
03-26-02 07:03 PM
|
|
jeff_j_black
that's what "THEY" said..

Registered: Jan 2002 Location: Country: United States State: Certifications: Working on:
Total Posts: 2723
|
|
Hosts have FQDN's. The hostname plus the domain name is the FQDN.
Relative distinguished name means relative to the context that it is in. Your Distinguished name is CN=CyberDude, OU=Users, DC=Examnotes, DC=com.
If we are talking in the context of the Users OU, in Examnotes.com, your RDN is CN=CyberDude. But to reference you from jeffs.homelab.com, we would need your full distinguished name to know who and where you are. That's why you could have two different cyberdudes in two different OU's in the same domain.
UPN's are User Principle Names, in the format of cyberdude@examnotes.com. UPN's must be unique to a domain. So CN=Cyberdude, OU=Users, DC=Examnotes, DC=com and CN=CyberDude, OU=OtherUsers, DC=Examnotes, DC=com, could coexist if they had UPN's like cyberdude@examnotes.com and othercyberdude@examnote
s.com.
I might be missing something, but it seems as though your question is trying to run these all together, when it seems to me that they are all sorta different.
Report this post to a moderator
|
|
03-27-02 12:33 AM
|
|
CyberDude
Assigned Engineer M

Registered: Aug 2001 Location: Where ever I lay my hat. Country: Germany State: Certifications: A+, N+, CNA5, CCNA2, MCSE NT4, MCP 2000, MCSA, ACP, ACE Working on: MCSE 2000 & 2003, CNE, CCNP, Linux, Programming
Total Posts: 929
|
|
|
03-27-02 07:23 AM
|
|
wbafrank
Moderator M

Registered: Nov 2001 Location: Country: Great Britain (UK) State: Certifications: MCP, MCSA, MCSE, MCSD, MCDBA, A+, CCNA, i-Net+, M CIW SD, CIW P, CIW Associate Working on: CCNP (2/4)
Total Posts: 3787
|
|
|
03-27-02 08:17 AM
|
|
|
Click here for list of 70-217
study guides and order yours now!
MCSE exam notes
70-217 exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|