~ubuntu-branches/ubuntu/natty/kde-l10n-pl/natty-proposed

« back to all changes in this revision

Viewing changes to docs/kdepimlibs/kioslave/ldap/index.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-12-21 18:55:00 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20091221185500-6t0hoge363jnhd08
Tags: 4:4.3.85-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
3
 
"dtd/kdex.dtd" [
4
 
<!ENTITY % addindex "IGNORE">
5
 
<!ENTITY % Polish "INCLUDE"
6
 
> <!-- change language only here -->
7
 
]>
8
 
        
9
 
<article lang="&language;" id="ldap">
10
 
<title
11
 
>ldap</title>
12
 
<articleinfo>
13
 
<authorgroup>
14
 
<author
15
 
>&Lauri.Watts; &Lauri.Watts.mail;</author>
16
 
<othercredit role="translator"
17
 
><firstname
18
 
>Suse</firstname
19
 
><surname
20
 
>Polska</surname
21
 
><affiliation
22
 
><address
23
 
><email
24
 
>suse@suse.pl</email
25
 
></address
26
 
></affiliation
27
 
><contrib
28
 
>Polskie tłumaczenie</contrib
29
 
></othercredit
30
 
> <othercredit role="translator"
31
 
><firstname
32
 
>Krzysztof</firstname
33
 
><surname
34
 
>Woźniak</surname
35
 
><affiliation
36
 
><address
37
 
><email
38
 
>wozniakk@ceti.pl</email
39
 
></address
40
 
></affiliation
41
 
><contrib
42
 
>Polskie tłumaczenie - Aktualizacja i poprawki</contrib
43
 
></othercredit
44
 
45
 
</authorgroup>
46
 
</articleinfo>
47
 
 
48
 
<para
49
 
>Protokół <acronym
50
 
>ldap</acronym
51
 
> jest lekkim protokołem dostępu do katalogu użytkowników w standardzie X.500 lub do dedykowanego serwera <acronym
52
 
>LDAP</acronym
53
 
> .</para>
54
 
 
55
 
<para
56
 
>Korzystanie z wtyczki protokołu "ldap" wygląda następująco:</para>
57
 
 
58
 
<para
59
 
><userinput
60
 
>ldap://host:port/ou=People,o=where,c=de??sub</userinput
61
 
> dla wysłania zapytania o gałąź podrzędną</para>
62
 
 
63
 
<para
64
 
>lub <userinput
65
 
>ldap://host:port/cn=MM,ou=People,o=where,c=de??base</userinput
66
 
> dla zapytania o zawartość całej gałęzi.</para>
67
 
 
68
 
</article>