<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=LDAP</id>
	<title>LDAP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=LDAP"/>
	<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=LDAP&amp;action=history"/>
	<updated>2026-04-05T09:00:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>http://wiki.ciscolinux.co.uk/index.php?title=LDAP&amp;diff=1663&amp;oldid=prev</id>
		<title>Pio2pio: Created page with &quot;In Active Directory (AD) (or any LDAP directory), objects are referred to by Distinguished Name (DN). The parts of a distinguished name, delimited by commas, represent where i...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=LDAP&amp;diff=1663&amp;oldid=prev"/>
		<updated>2015-03-19T23:12:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In Active Directory (AD) (or any LDAP directory), objects are referred to by Distinguished Name (DN). The parts of a distinguished name, delimited by commas, represent where i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In Active Directory (AD) (or any LDAP directory), objects are referred to by&lt;br /&gt;
Distinguished Name (DN). The parts of a distinguished name, delimited by&lt;br /&gt;
commas, represent where in the AD heirarchy the object exists. The monikers&lt;br /&gt;
in a DN are:&lt;br /&gt;
&lt;br /&gt;
 Moniker object example&lt;br /&gt;
 ------- ------- ---------&lt;br /&gt;
 cn Common Name cn=Joe User&lt;br /&gt;
 ou Organizational Unit ou=Sales&lt;br /&gt;
 dc Domain Component dc=MyDomain&lt;br /&gt;
&lt;br /&gt;
An example of the Distinguished Name of a user object could be:&lt;br /&gt;
&lt;br /&gt;
 cn=Joe User,ou=Sales,ou=West,dc=MyDomain,dc=com&lt;br /&gt;
&lt;br /&gt;
In this case, the object with Common Name &amp;quot;Joe User&amp;quot; is in the&lt;br /&gt;
Organizational Unit &amp;quot;ou=Sales&amp;quot;, which in turn is in the Organizational Unit&lt;br /&gt;
&amp;quot;ou=West&amp;quot;, which is in the domain &amp;quot;MyDomain.com&amp;quot;. Users can in&lt;br /&gt;
Organizational Units, as in my example, or in Containers. Containers are&lt;br /&gt;
identified by Common Name (similar to user, computer, or group objects). The&lt;br /&gt;
most common container is the default &amp;quot;cn=Users&amp;quot; container. If user &amp;quot;cn=Jim&lt;br /&gt;
Smith&amp;quot; is in the &amp;quot;Users&amp;quot; container, then the DN w                ill be:&lt;br /&gt;
&lt;br /&gt;
 cn=Jim Smith,cn=Users,dc=MyDomain,dc=com&lt;br /&gt;
&lt;br /&gt;
The Relative Distinguished Name RDN) of the user is &amp;quot;cn=Jim Smith&amp;quot;. The RDN&lt;br /&gt;
is the highest level part of the DN, which identifies the object in it's&lt;br /&gt;
parent container. The parent container for &amp;quot;cn=Jim Smith&amp;quot; is the container&lt;br /&gt;
&amp;quot;cn=Users,dc=MyDomain,dc=com&amp;quot;. The RDN of this container is &amp;quot;cn=Users&amp;quot;. Note&lt;br /&gt;
that the Common Name is used to identify several classes of objects, namely&lt;br /&gt;
user objects, computer objects, container objects, and group objects.&lt;br /&gt;
Organizational Units are identified by the &amp;quot;ou&amp;quot; moniker.&lt;/div&gt;</summary>
		<author><name>Pio2pio</name></author>
	</entry>
</feed>