packages: openldap/openldap.spec - completed descriptions for contrib overlays
baggins
baggins at pld-linux.org
Tue Mar 29 19:10:42 CEST 2011
Author: baggins Date: Tue Mar 29 17:10:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- completed descriptions for contrib overlays
---- Files affected:
packages/openldap:
openldap.spec (1.353 -> 1.354)
---- Diffs:
================================================================
Index: packages/openldap/openldap.spec
diff -u packages/openldap/openldap.spec:1.353 packages/openldap/openldap.spec:1.354
--- packages/openldap/openldap.spec:1.353 Tue Mar 29 18:25:40 2011
+++ packages/openldap/openldap.spec Tue Mar 29 19:10:36 2011
@@ -1,6 +1,5 @@
# $Revision$, $Date$
# TODO:
-# - descriptions for contribs overlays
# - complete & validate descriptions
# - trigger for removed ldbm backend
#
@@ -932,13 +931,19 @@
This overlay intercepts ADD requests, determines if a change has
actually taken place for that record, and then performs a modify
request for those values that have changed (modified, added, deleted).
-If the record has not changed in any way, it is ignored.
-If the record does not exist, the record falls through to the normal
-add mechanism. This overlay is useful for replicating from sources
-that are not LDAPs where it is easier to build entire records than
-to determine the changes (i.e. a database).
+If the record has not changed in any way, it is ignored. This overlay
+is useful for replicating from sources that are not LDAPs where it is
+easier to build entire records than to determine the changes
+(i.e. a database).
%description overlay-addpartial -l pl.UTF-8
+Ta nakładka przechwytuje operacje ADD, sprawdza czy dla danego rekordu
+rzeczywiście zmiana miała miejsce i wykonuje operacje modyfikacji
+jedynie dla tych atrybutów, które się zmieniły. Jeżeli rekord nie
+został zmieniony, operacja jest ignorowana. Nakładka jest użyteczna
+w przypadku migracji danych z nie-LDAPowych źródeł dla których
+prościej jest utworzyć pełne rekordy niż znaleźć zmiany
+(np. baza danych).
%package overlay-allop
Summary: All Operational Attributes overlay for OpenLDAP server
@@ -954,6 +959,10 @@
is requested, as opposed to RFC2251 and RFC3673.
%description overlay-allop -l pl.UTF-8
+Nakładka All Operational Attributes pozwala serwerowi na współpracę z
+głupimi klientami, które spodziewają się wszystkich atrybutów,
+włącznie z operacyjnymi, w przypadku wyszukiwania "*" albo pustej
+listy atrybutów, co jest niezgodne z RFC2251 i RFC3673.
%package overlay-allowed
Summary: Allowed Attributes overlay for OpenLDAP server
@@ -963,12 +972,17 @@
Requires: %{name}-servers = %{version}-%{release}
%description overlay-allowed
-Return in allowedAttributes the attributes required/allowed
-by the objectClasses that are currently present in an object.
-Return in allowedAttributesEffective the subset of the above that
-can be written by the identity that performs the search.
+This overlay returns the attributes required/allowed by the
+objectClasses that are currently present in an object in the
+allowedAttributes attribute, and the subset of the above that
+can be written by the identity that performs the search in the
+allowedAttributesEffective attribute.
%description overlay-allowed -l pl.UTF-8
+Ta nakładka zwraca atrybuty wymagane/dozwolone przez klasy
+(objectClass), które są obecnie obecne w obiekcie w atrybucie
+allowedAttributes, i ich podzbiór, który może być zapisywany
+przez wyszukującego w atrybucie allowedAttributesEffective.
%package overlay-autogroup
Summary: Automatic Group overlay for OpenLDAP server
@@ -980,15 +994,11 @@
%description overlay-autogroup
The autogroup overlay allows automated updates of group memberships
which meet the requirements of any filter contained in the group
-definition. The filters are built from LDAP URI-valued attributes.
-Any time an object is added/deleted/updated, it is tested for
-compliance with the filters, and its membership is accordingly
-updated. For searches and compares it behaves like a static group.
-If the attribute part of the URI is filled, the group entry is
-populated by the values of this attribute in the entries resulting
-from the search.
+definition.
%description overlay-autogroup -l pl.UTF-8
+Nakładka Automatic Group pozwala na automatyczne zmiany zawartości
+grup, które pasują do dowolnego filtru zawartego w definicji grupy.
%package overlay-cloak
Summary: Attribute Cloak overlay for OpenLDAP server
@@ -1005,6 +1015,11 @@
manageDSAit control (RFC 3296) is used.
%description overlay-cloak -l pl.UTF-8
+Nakładka Attribute Cloak pozwala ukryć określone atrybuty, o ile nie
+są one jawnie żądane przez klienta. Pozwala to na poprawienie
+wydajności, gry klient żąda wszystkich atrybutów i otrzynuje ogromny
+blob binarny, którym nie jest zainteresowany. To zachowanie jest
+wyłączone, jeżeli jest używany manageDSAit (RFC 3296).
%package overlay-denyop
Summary: Deny Operations overlay for OpenLDAP server
@@ -1037,6 +1052,8 @@
configuration files (including operational attributes).
%description overlay-dsaschema -l pl.UTF-8
+Ta nakładka umożliwia ładowanie schematów DSA bezpośrednio z plików
+konfiguracyjnych.
%package overlay-dupent
Summary: Duplicate Entry overlay for OpenLDAP server
@@ -1051,6 +1068,9 @@
<http://tools.ietf.org/id/draft-ietf-ldapext-ldapv3-dupent-08.txt>
%description overlay-dupent -l pl.UTF-8
+Nakładka implemetująca "Duplicate Entry Representation of Search
+Results" <draft-ietf-ldapext-ldapv3-dupent-08.txt> (EXPIRED)
+<http://tools.ietf.org/id/draft-ietf-ldapext-ldapv3-dupent-08.txt>
%package overlay-kinit
Summary: Kinit overlay for OpenLDAP server
@@ -1064,6 +1084,8 @@
slapd is running.
%description overlay-kinit -l pl.UTF-8
+Ta nakładka pobiera kerberosowy TGT i utrzymuje jego ważność tak
+długo, jak długo serwer jest uruchomiony.
%package overlay-lastbind
Summary: Last Bind overlay for OpenLDAP server
@@ -1075,12 +1097,13 @@
%description overlay-lastbind
The lastbind overlay allows recording the timestamp of the last
successful bind to entries in the directory, in the authTimestamp
-attribute. The overlay can be configured to update this timestamp
-only if it is older than a given value, thus avoiding large numbers
-of write operations penalizing performance. One sample use for this
-overlay would be to detect unused accounts.
+attribute. One sample use for this overlay would be to detect
+unused accounts.
%description overlay-lastbind -l pl.UTF-8
+Nakładka lastbind pozwala na zapisywanie czsu ostaniej udanej operacji
+BIND w atrybucie authTimestamp. Przykładowo można wykorzystać ja do
+wykrycia nieużywanych kont.
%package overlay-lastmod
Summary: Last Modification overlay for OpenLDAP server
@@ -1112,6 +1135,7 @@
LDAP Control that counts entries a search would return.
%description overlay-noopsrch -l pl.UTF-8
+Noopsrch zlicza pozycje, które zostałyby zwrócone przez wyszukiwanie.
%package overlay-nops
Summary: Remove Null Operations overlay for OpenLDAP server
@@ -1129,6 +1153,11 @@
out.
%description overlay-nops -l pl.UTF-8
+Niektórzy, błędni klienci implementują modyfikacje jako operacje
+"replace", w których wszystkie atrybuty ulegają zmianie, przeważnie
+na takie same wartości jak przed modyfikacją. Może powodować to
+niepożądane obciążenie logów, obliczenia ACL albo replikacje.
+Ta nakładka wykrywa i odfiltrowuje idempotentne operacje "replace".
%package overlay-proxyOld
Summary: ProxyOld overlay for OpenLDAP server
@@ -1145,6 +1174,10 @@
New installations should not use this code.
%description overlay-proxyOld -l pl.UTF-8
+Ta nakładka udostępnia wsparcie dla przestarzałego draftu
+draft-weltman-ldapb3-proxy-05 Autoryzacji LDAP Proxy.
+Jest przeznaczona tylko dla kompatybilności ze starymi serwerami,
+nie powinna byc używana w nowych instalacjach.
%package overlay-samba4
Summary: Samba4 overlays for OpenLDAP server
@@ -1164,6 +1197,14 @@
the attribute 'unicodePwd' is modified.
%description overlay-samba4 -l pl.UTF-8
+Ten pakiet zawiera nakładki specyficzne dla backendu LDAP samba4.
+pguid obsługuje atrybut operacyjny "parentUUID", który zawiera
+entryUUID nadrzędnej pozycji.
+rdnval obsługuje atrybut operacyjny "rdnValue", który zawiera
+wartość RDN danej pozycji.
+vernum zwiększa licznik za każdym razem gdy jakiś atrybut jest
+modyfikowany. Jest przeznaczony do zwiększania licznika
+'msDS-KeyVersionNumber' gdy modyfikowany jest atrybut 'unicodePwd'.
%package overlay-trace
Summary: Trace overlay for OpenLDAP server
@@ -1176,7 +1217,7 @@
Overlay to trace overlay invocation.
%description overlay-trace -l pl.UTF-8
-
+Nakładka śledząca wywołania nakładek.
%prep
%setup -q -c %{!?with_system_db:-a1}
@@ -2313,6 +2354,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.354 2011/03/29 17:10:36 baggins
+- completed descriptions for contrib overlays
+
Revision 1.353 2011/03/29 16:25:40 baggins
- en descriptions for contrib modules
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openldap/openldap.spec?r1=1.353&r2=1.354&f=u
More information about the pld-cvs-commit
mailing list