Skip to content
Snippets Groups Projects
Commit 7e3ede6f authored by Goik Martin's avatar Goik Martin
Browse files

section change

parent d548d174
No related branches found
No related tags found
No related merge requests found
...@@ -962,6 +962,24 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com ...@@ -962,6 +962,24 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
</tip> </tip>
</section> </section>
<section xml:id="ldapExtendPosixAccount">
<title>Extending an existing entry</title>
<para>This exercise sheds some insight on schema support. <xref
linkend="glo_LDAP"/> supports building types similar to classes in
<acronym>OO</acronym> languages by means of <code>objectClass</code>
definitions. On contrary these types are not static but allow for run
time modification during an <xref linkend="glo_LDAP"/> object's life
span.</para>
<para>The entry
<code>uid=bean,ou=devel,ou=software,ou=departments,dc=betrayer;dc=com</code>
may be extended by the <code>objectclass</code>
<code>posixAccount</code>. Construct a <acronym>LDIF</acronym> file to
add the attributes <code>uidNumber</code>, <code>gidNumber</code> and
<code>homeDirectory</code> by a modify/add operation.</para>
</section>
<section xml:id="ldapFilter"> <section xml:id="ldapFilter">
<title>Filter based search</title> <title>Filter based search</title>
...@@ -975,8 +993,8 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com ...@@ -975,8 +993,8 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
</listitem> </listitem>
<listitem> <listitem>
<para>All entries either with either a defined <code>uid</code> <para>All entries with either a defined <code>uid</code> attribute
attribute or a <code>ou</code> attribute starting with letter or a <code>ou</code> attribute starting with letter
<quote>d</quote>.</para> <quote>d</quote>.</para>
</listitem> </listitem>
...@@ -1034,24 +1052,6 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com ...@@ -1034,24 +1052,6 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
</tip> </tip>
</section> </section>
<section xml:id="ldapExtendPosixAccount">
<title>Extending an existing entry</title>
<para>This exercise sheds some insight on schema support. <xref
linkend="glo_LDAP"/> supports building types similar to classes in
<acronym>OO</acronym> languages by means of <code>objectClass</code>
definitions. On contrary these types are not static but allow for run
time modification during an <xref linkend="glo_LDAP"/> object's life
span.</para>
<para>The entry
<code>uid=bean,ou=devel,ou=software,ou=departments,dc=betrayer;dc=com</code>
may be extended by the <code>objectclass</code>
<code>posixAccount</code>. Construct a <acronym>LDIF</acronym> file to
add the attributes <code>uidNumber</code>, <code>gidNumber</code> and
<code>homeDirectory</code> by a modify/add operation.</para>
</section>
<section xml:id="ldapTest"> <section xml:id="ldapTest">
<title>Accessing <xref linkend="glo_LDAP"/> data by a mail <title>Accessing <xref linkend="glo_LDAP"/> data by a mail
client</title> client</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment