aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-01-30 08:12:27 +0800
committerKevin Breit <battery841@src.gnome.org>2002-01-30 08:12:27 +0800
commit9588e204977f74b4de25c109cceeecd42c02d7b7 (patch)
treefd0d04e42606977ab53e3385eababd36146f5510
parenta435c4730420ab3dd58275c63d4bebebdd7f7a51 (diff)
downloadgsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar.gz
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar.bz2
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar.lz
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar.xz
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.tar.zst
gsoc2013-evolution-9588e204977f74b4de25c109cceeecd42c02d7b7.zip
Started writing an LDAP config example
2002-01-29 Kevin Breit <mrproper@ximian.com> * C/config-prefs.sgml: Started writing an LDAP config example svn path=/trunk/; revision=15517
-rw-r--r--help/C/config-prefs.sgml15
-rw-r--r--help/ChangeLog4
2 files changed, 19 insertions, 0 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml
index 122cd050d8..15c9bf15a1 100644
--- a/help/C/config-prefs.sgml
+++ b/help/C/config-prefs.sgml
@@ -887,6 +887,21 @@ smtp.omniport.com:143
</para>
</listitem>
</orderedlist>
+<!-- I gotta finish this example -->
+ <example id="ldap-config-example">
+ <title>LDAP Configuration</title>
+ <para>
+ Rich works at a large chip manufacturer. He needs to
+ access the company's LDAP server. Their LDAP address is
+ wemakechips.com.
+ </para>
+ <para>
+ His Account Name would be: We Make Chips Employees
+ </para>
+ <para>
+ His Server Name would be: ldap.wemakechips.com
+ </para>
+ </example>
</para>
</sect2>
</sect1>
diff --git a/help/ChangeLog b/help/ChangeLog
index 9c8b15448a..2ca6d3c1e7 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-29 Kevin Breit <mrproper@ximian.com>
+
+ * C/config-prefs.sgml: Started writing an LDAP config example
+
2002-01-27 Kevin Breit <mrproper@ximian.com>
* C/config-prefs.sgml: Added information regarding types of search scopes