From bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 4 Aug 2011 15:38:54 +0200 Subject: Put new user documentation in place --- help/C/contacts-ldap.page | 76 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 help/C/contacts-ldap.page (limited to 'help/C/contacts-ldap.page') diff --git a/help/C/contacts-ldap.page b/help/C/contacts-ldap.page new file mode 100644 index 0000000000..119b005ddb --- /dev/null +++ b/help/C/contacts-ldap.page @@ -0,0 +1,76 @@ + + + + Use shared address books on a local network. + + + + + + Andre Klapper + ak-47@gmx.net + + + Novell, Inc + + +

Creative Commons Share Alike 3.0

+
+ +
+ +Adding LDAP access + +

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.

+ +
+Adding an LDAP address book + + +

Click FileNewAddress Book.

+

In the General tab, select the type On LDAP Servers.

+

Enter a name that you prefer.

+

Enter the address of the server, the port number (the default number is 389) and whether you want to connect securely.

+

Define the login method and your user name.

+

Click Apply.

+

In the Details tab you can define the following settings:

+ +

Search Base: The search base is the starting point for a directory search. Contact your system administrator for information about the correct settings.

+

Search Scope: The search scope is the breadth of a given search. The following options are available:

+ +

One: Searches the Search Base and one entry below it.

+

Sub: Searches the Search Base and all entries below it.

+
+
+

Search Filter: The search filter can be set here for all the LDAP queries. For example:

+ +

ObjectClass=*: Lists all the objects from the server.

+

ObjectClass=User: Lists only the users.

+

Filter (|(ObjectClass=User)(ObjectClass=groupOfNames)): Retrieves the User and Contact List objects.

+

(&(mail=*)(ObjectClass=*)): Lists the objects associated with the email addresses.

+
+
+

Timeout (minutes): The maximum time Evolution attempts to download data from the server before giving up.

+

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.

+
+
+
+ +

If you are unsure about some settings, ask your system administrator.

+ +
+ +
+Differences to local address books + +

LDAP address books work like local address books on your computer, with the following exceptions:

+ +

Network folders are only available when you are connected to the network. If you use a laptop or have a modem connection, you might want to copy or cache some of the network directory. You do this by dragging and dropping your desired contacts into the local address books.

+

You can also mark the network folder for offline usage. To mark the folder, right-click the folder, click Properties and select Copy Folder Content Locally for Offline Operation.

+

To prevent excess network traffic, Evolution does not normally load data from the LDAP server upon opening.

+

Depending on your server settings, you might not be able to edit all the fields in a contact stored on an LDAP server. Some servers prohibit some or all changes, and others use a smaller set of fields than Evolution allows. Check with your system administrator if you need different settings.

+
+
+ +
-- cgit