diff options
author | Aaron Weber <aaron@ximian.com> | 2002-06-25 05:41:18 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-06-25 05:41:18 +0800 |
commit | 91953dd4767bbe17e436f72a4a2aae11b1c711bf (patch) | |
tree | 582629d2e0f1dd18ee4c37b9565f6882fbaad86b /help/C/usage-contact.sgml | |
parent | 33ca9e6112457535017da79d1b4a61e1d546be65 (diff) | |
download | gsoc2013-evolution-91953dd4767bbe17e436f72a4a2aae11b1c711bf.tar.gz gsoc2013-evolution-91953dd4767bbe17e436f72a4a2aae11b1c711bf.tar.zst gsoc2013-evolution-91953dd4767bbe17e436f72a4a2aae11b1c711bf.zip |
overhaul. still need to improve examples.
2002-06-24 Aaron Weber <aaron@ximian.com>
* C/config-prefs.sgml: overhaul. still need to improve examples.
* C/usage-mail.sgml: link to somewhere i have deleted.
* C/usage-contact.sgml: fix sharing section more
svn path=/trunk/; revision=17266
Diffstat (limited to 'help/C/usage-contact.sgml')
-rw-r--r-- | help/C/usage-contact.sgml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/help/C/usage-contact.sgml b/help/C/usage-contact.sgml index c66de53b7a..5424ce17c5 100644 --- a/help/C/usage-contact.sgml +++ b/help/C/usage-contact.sgml @@ -1,6 +1,7 @@ <!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> --> + <chapter id="usage-contact"> <title>Working with Your Contacts</title> <para> @@ -503,14 +504,15 @@ </sect1> <sect1 id="usage-contact-sharing"> - <title>Sharing your Cards</title> + <title>LDAP: Shared Addressbooks on a Network</title> + <para> The <glossterm linkend="ldap">LDAP</glossterm> protocol was - created to let users share contact information over a network. - LDAP allows a company to maintain a shared set of contact - information for a company or department. Many companies keep a - common LDAP address book for all their employees or for client - contacts. + created to let users share contact information over a network by + sharing access to a central address book. LDAP allows a company + to maintain a shared set of contact information for a company or + department. Many companies keep a common LDAP address book for + all their employees or for client contacts. </para> <para> @@ -546,8 +548,9 @@ </listitem> <listitem> <para> - LDAP servers do not normally permit individual users to - alter or delete cards. + You cannot add, delete, or alter cards on the LDAP + server. If you need to change information there, you + will need to speak to your system administrator </para> </listitem> </itemizedlist> @@ -594,3 +597,4 @@ </chapter> + |