~ubuntu-branches/ubuntu/oneiric/evolution/oneiric-proposed

« back to all changes in this revision

Viewing changes to help/cs/contacts-ldap.page

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-18 11:10:01 UTC
  • mfrom: (1.1.83 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818111001-559uzyuqsoyj7xjg
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.1.5.
* debian/patches/03_lpi.patch: refreshed.
* debian/patches/11_remove_upstream_submit_bugreport.patch: refreshed.
* debian/patches/bogofilter_init_903b8e6.patch,
  debian/patches/evo_fbee43e_to_f4505a2.patch,
  debian/patches/spamassassin_init_4fc04af.patch: dropped, included upstream.
* debian/patches/spamd_sbin_path.patch: correct the path to spamd as
  /usr/sbin/spamd, which is the correct path in Ubuntu. (LP: #828693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="contacts-ldap" xml:lang="cs">
 
3
 
 
4
  <info>
 
5
    <desc>Use shared address books on a local network.</desc>
 
6
    
 
7
    <link type="guide" xref="contacts-using-several-addressbooks"/>
 
8
 
 
9
    <revision pkgversion="3.1.5" version="0.3" date="2011-07-28" status="final"/>
 
10
    <credit type="author">
 
11
      <name>Andre Klapper</name>
 
12
      <email>ak-47@gmx.net</email>
 
13
    </credit>
 
14
 <credit type="author">
 
15
   <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/usage-contact-sharing.html.en and http://library.gnome.org/users/evolution/2.32/config-prefs-contact.html.en#bxmw6w5 -->
 
16
 </credit>
 
17
    <license>
 
18
      <p>Creative Commons Share Alike 3.0</p>
 
19
    </license>
 
20
 
 
21
  </info>
 
22
 
 
23
<title>Adding LDAP access</title>
 
24
 
 
25
<p>The LDAP protocol was created to let users share contact information over a network by sharing access to a central directory. LDAP allows a company to maintain a shared set of contact information. Many companies keep a common LDAP address book for all their employees or for client contacts.</p>
 
26
 
 
27
<section id="add-ldap-addressbook">
 
28
<title>Adding an LDAP address book</title>
 
29
 
 
30
<steps>
 
31
<item><p>Click <guiseq><gui>File</gui><gui>New</gui><gui>Address Book</gui></guiseq>.</p></item>
 
32
<item><p>In the <gui>General</gui> tab, select the type <gui>On LDAP Servers</gui>.</p></item>
 
33
<item><p>Enter a name that you prefer.</p></item>
 
34
<item><p>Enter the address of the server, the port number (the default number is 389) and whether you want to connect securely.</p></item>
 
35
<item><p>Define the login method and your user name.</p></item>
 
36
<item><p>Click <gui style="button">Apply</gui>.</p></item>
 
37
<item><p>In the <gui>Details</gui> tab you can define the following settings:</p>
 
38
<list>
 
39
 <item><p>Search Base: The search base is the starting point for a directory search. Contact your system administrator for information about the correct settings.</p></item>
 
40
 <item><p>Search Scope: The search scope is the breadth of a given search. The following options are available:</p>
 
41
  <list>
 
42
  <item><p>One: Searches the Search Base and one entry below it.</p></item>
 
43
  <item><p>Sub: Searches the Search Base and all entries below it.</p></item>
 
44
  </list>
 
45
 </item>
 
46
 <item><p>Search Filter: The search filter can be set here for all the LDAP queries. For example:</p>
 
47
  <list>
 
48
  <item><p><code>ObjectClass=*</code>: Lists all the objects from the server.</p></item>
 
49
  <item><p><code>ObjectClass=User</code>: Lists only the users.</p></item>
 
50
  <item><p><code>Filter (|(ObjectClass=User)(ObjectClass=groupOfNames))</code>: Retrieves the User and Contact List objects.</p></item>
 
51
  <item><p><code>(&amp;(mail=*)(ObjectClass=*))</code>: Lists the objects associated with the email addresses.</p></item>
 
52
  </list>
 
53
 </item>
 
54
 <item><p>Timeout (minutes): The maximum time Evolution attempts to download data from the server before giving up.</p></item>
 
55
 <item><p>Download Limit: The maximum number of results for a given search. Most servers refuse to send more than 500 contacts, but you can set the number lower if you want to shorten downloads for very broad searches.</p></item>
 
56
</list>
 
57
</item>
 
58
</steps>
 
59
 
 
60
<note><p>If you are unsure about some settings, ask your system administrator.</p></note>
 
61
 
 
62
</section>
 
63
 
 
64
<section id="add-ldap-addressbook">
 
65
<title>Differences to local address books</title>
 
66
 
 
67
<p>LDAP address books work like local address books on your computer, with the following exceptions:</p>
 
68
<list>
 
69
<item><p>Složky v síti jsou dostupné, pouze když jste k síti připojeni. Používáte-li notebook nebo máte modemové připojení, možná budete chtít kopírovat nebo ukládat do cache něco z adresáře v síti. Uděláte to přetažením a pustěním požadovaných kontaktů do místního adresáře.</p></item>
 
70
<item><p>Můžete také složku v síti označit pro použití při odpojení. Složku označíte tak, že kliknete pravým tlačítkem na složku, vyberete Nastavení a vyberete Zkopírovat obsah adresáře lokálně pro práci při odpojení.</p></item>
 
71
<item><p>Aby zbytečně nezatěžoval síťový provoz, Evolution normálně nenačítá data ze serveru LDAP, dokud složku neotevřete.</p></item>
 
72
<item><p>V závislosti na nastavení vašeho serveru možná nebudete moci upravovat všechna pole v kontaktech uložených na serveru LDAP. Některé servery zakazují některé nebo veškeré změny, jiné používají menší sadu polí, než Evolution povoluje. Zeptejte se vašeho administrátora, zda-li potřebujete jiné nastavení.</p></item>
 
73
</list>
 
74
</section>
 
75
 
 
76
</page>