| Property | Value | Sources |
|
abstract
|
(LDAP) est à l'origine un protocole de communicationprotocole permettant l'interrogation et la modification des services d'annuaire. Ce protocole repose sur TCP/IP. Il a cependant évolué pour représenter une norme pour les systèmes d'annuaires, incluant un modèle de données, un modèle de nommage, un modèle fonctionnel basé sur le protocole LDAP, un modèle de sécurité et un modèle de réplication. Un annuaire LDAP respecte généralement le modèle X.500 édicté par l'UIT-T : c'est une structure arborescente dont chacun des nœuds est constitué d'attributs associés à leurs valeurs. Le nommage des éléments constituant l'arbre (racine, branches, feuilles) reflète souvent le modèle politique, géographique ou organisationnel de la structure représentée. La tendance actuelle est d'utiliser le nommage Domain Name SystemDNS pour les éléments de base de l'annuaire (racine et premières branches, ou dc=…). Les branches plus profondes de l'annuaire peuvent représenter des unités organisationnelles ou des groupes (ou ou=…), des personnes (ou cn=… voire uid=…), … L'assemblage de tous les composants (du plus précis au plus général) d'un nom forme son, l'exemple suivant en présente deux : cn=ordinateur,ou=machines,dc=EXEMPLE,dc=FR cn=Jean,ou=gens,dc=EXEMPLE,dc=FR dc=FR dc=EXEMPLE ou=machines ou=gens cn=ordinateur cn=Jean La dernière version en date du protocole est LDAPv3. Cette version est définie par l'Internet Engineering Task ForceIETF dans plusieurs Request for commentsRFC en commençant par la RFC 4510.
|
G1
|
|
abstract
|
Das Lightweight Directory Access Protocol (LDAP) [ˈlaɪtweɪt …] ist ein Anwendungsprotokoll aus der Computertechnik. Es erlaubt die Abfrage und die Modifikation von Informationen eines Verzeichnisdienstes (eine im Netzwerk verteilte hierarchische Datenbank) über das TCP/IP-Netzwerk. Die aktuelle Version ist in RFC 4511 spezifiziert.
|
G1
|
|
abstract
|
In informatica LDAP (Lightweight Directory Access Protocol) è un protocollo standard per l'interrogazione e la modifica dei servizi di directory.
|
G1
|
|
abstract
|
LDAP (Lightweight Directory Access Protocol) TCP/IP üzerinde çalışan dizin servislerini sorgulama ve değiştirme amacıyla kullanılan uygulama katmanı protokolü. Bu protokol, OpenLDAP, Sun Directory Server, Microsoft Active Directory gibi dizin sunucuları tarafından kullanılmaktadır.
|
G1
|
|
abstract
|
LDAP (Lightweight Directory Access Protocol) és un protocol a nivell d'aplicació que permet l'accés a un servei de directori ordenat i distribuït per a cercar diversa informació en un entorn de xarxa. LDAP també és considerat una base de dades (tot i que el seu sistema d'emmagatzemament pot ser diferent) al que poden realitzar-se consultes. Habitualment, emmagatzema la informació de login (usuari i paraula de pas) i és utilitzat per a autenticar-se tot i que és possible emmagatzemar altres tipus d'informació (dades de contacte del usuari, ubicació de diversos recursos de la xarxa, permisos, certificats, etc).
|
G1
|
|
abstract
|
LDAP (Lightweight Directory Access Protocol, Protocolo Ligero de Acceso a Directorios) es un protocolo a nivel de aplicación que permite el acceso a un servicio de directorio ordenado y distribuido para buscar diversa información en un entorno de red. LDAP también es considerado una base de datos (aunque su sistema de almacenamiento puede ser diferente) a la que pueden realizarse consultas. Un directorio es un conjunto de objetos con atributos organizados en una manera lógica y jerárquica. El ejemplo más común es el directorio telefónico, que consiste en una serie de nombres (personas u organizaciones) que están ordenados alfabéticamente, con cada nombre teniendo una dirección y un número de teléfono adjuntos. Un árbol de directorio LDAP a veces refleja varios límites políticos, geográficos y/o organizacionales, dependiendo del modelo elegido. Los despliegues actuales de LDAP tienden a usar nombres de Sistema de Nombres de Dominio (DNS por sus siglas en inglés) para estructurar los niveles más altos de la jerarquía. Conforme se desciende en el directorio pueden aparecer entradas que representan personas, unidades organizacionales, impresoras, documentos, grupos de personas o cualquier cosa que representa una entrada dada en el árbol (o múltiples entradas). Habitualmente, almacena la información de autenticación y es utilizado para autenticarse aunque es posible almacenar otra información (datos de contacto del usuario, ubicación de diversos recursos de la red, permisos, certificados, etc). A manera de síntesis, LDAP es un protocolo de acceso unificado a un conjunto de información sobre una red. La versión actual es LDAPv3, la cual es especificada en una serie de Internet Engineering Task Force (IETF) Standard Track Request for Comments (RFCs) como se detalla en el documento RFC 4510.
|
G1
|
|
abstract
|
LDAP (англ. Lightweight Directory Access Protocol — «облегчённый протокол доступа к каталогам») — это сетевой протокол для доступа к службе каталогов X.500, разработанный IETF как облегчённый вариант разработанного ITU-T протокола DAP. LDAP — относительно простой протокол, использующий TCP/IP и позволяющий производить операции аутентификации (bind), поиска (search) и сравнения (compare), а также операции добавления, изменения или удаления записей. Обычно LDAP-сервер принимает входящие соединения на порт 389 по протоколам TCP или UDP. Для LDAP-сеансов, инкапсулированных в SSL, обычно используется порт 636. Всякая запись в каталоге LDAP состоит из одного или нескольких атрибутов и обладает уникальным именем (DN — англ. Distinguished Name). Уникальное имя может выглядеть, например, следующим образом: «cn=Иван Петров, ou=Сотрудники, dc=example, dc=com». Уникальное имя состоит из одного или нескольких относительных уникальных имен (RDN — англ. Relative Distinguished Name), разделённых запятой. Относительное уникальное имя имеет вид ИмяАтрибута=значение. На одном уровне каталога не может существовать двух записей с одинаковыми относительными уникальными именами. В силу такой структуры уникального имени записи в каталоге LDAP можно легко представить в виде дерева. Запись может состоять только из тех атрибутов, которые определены в описании класса записи (object class), которые, в свою очередь, объединены в схемы (schema). В схеме определено, одни атрибуты являются для данного класса обязательными, а другие — необязательными. Также схема определяет тип и правила сравнения атрибутов. Каждый атрибут записи может хранить несколько значений.
|
G1
|
|
abstract
|
LDAP - Lightweight Directory Access Protocol definierar ett kommunikationsprotokoll och en datamodell för att kommunicera med en LDAP-server (katalogserver). LDAP skapades av Tim Howes, Steve Kille och Wengyik Yeong .
|
G1
|
|
abstract
|
LDAP(エルダップ、Lightweight Directory Access Protocol)は、ディレクトリ・サービスに接続するために使用されるプロトコルの一つ。ITU勧告X.500モデルをサポートするディレクトリに対するアクセスを提供するために設計され、一方で、X.500ディレクトリアクセスプロトコルの資源要求は課されない。本プロトコルは、ディレクトリに対する対話的な読み込み/書き込み(read/write)アクセスを提供する管理アプリケーションやブラウザアプリケーションを特に対象とする。X.500プロトコルをサポートするディレクトリと共に使用する際に、X.500のDAPを補完するものとなることが意図されている。 コンピュータネットワークでは、ネットワークを構成する機器が多くなるにつれて扱うべきネットワーク・リソースが増大する。DAP が登場した背景には、個々に異なるディレクトリ・サービスを扱うよりも、統一されたプロトコルで拡張可能な情報にアクセスする方法が求められるようになったことが挙げられる。上述の X.500 シリーズは、分散可能な統合案内サービスとして優れた機能を有していたものの、DAP が複雑なため処理が重たく、TCP/IP によるインターネットでは使用されにくいという欠点があった。 この点を改良した LDAPv2 が IETF によって標準化され、ミシガン大学において最初の処理系が誕生した。LDAPv2 では、LDAP サーバは X.500 のフロントエンドとして機能し、分散化は X.500 が担っている。また、LDAP サーバによる分散化を実現する LDAPv2+ は、多くの処理系で使用された。その後、分散化のための仕様を含み、セキュリティが強化された LDAPv3 が規定されている。 LDAP の処理系は、OpenLDAP により、オープンソースで提供されているものをはじめ、各種の製品が存在している。
|
G1
|
|
abstract
|
Lightweight Directory Access Protocol (LDAP) este un protocol standard, stabilit de Internet Engineering Task Force, care oferă utilizatorilor unei reţele, posibilitatea de a căuta şi modifica informaţiile dintr-un Directory Service.
|
G1
|
|
abstract
|
Lightweight Directory Access Protocol (LDAP) is een netwerkprotocol dat beschrijft hoe gegevens uit directoryservices benaderd moeten worden over bijvoorbeeld TCP/IP. Een directory is in dit verband informatie die op een hiërarchische manier, gegroepeerd naar een bepaald attribuut, is opgeslagen. Denk aan een telefoonboekje, waarin telefoonnummers en adressen van personen of bedrijven alfabetisch worden opgeslagen. Een directorynaam komt overeen met de eerste letter van de naam (het attribuut) van de persoon of bedrijf. Iedere directory bevat dan alle personen en bedrijven, waarvan de naam begint met een bepaalde letter.
|
G1
|
|
abstract
|
Lightweight Directory Access Protocol (LDAP). Jest to "lekki" protokół przeznaczony do dostępu do usług katalogowych. Bazuje na usługach katalogowych X.500. Wykorzystywany praktycznie w adresacji sieci Internet/Intranet w celu zapewnienia niezawodności, skalowalności i bezpieczeństwa danych. W odróżnieniu od X.500 nie potrzebuje ani szerokiego pasma ani dużej mocy obliczeniowej. LDAP pracuje w oparciu o protokół TCP/IP lub inne połączeniowe usługi transportu. Dane grupowane są w strukturze przypominającej drzewo katalogów. Każdy obiekt jest jednoznacznie identyfikowany poprzez swoje położenie w drzewie - tzw. distinguished name (DN). Słowo "katalog" oznacza raczej kartotekę, niż znany "folder", dlatego myślenie o LDAP w kategoriach kartoteki znacznie ułatwia zrozumienie czym jest LDAP. LDAP (Lightweight Directory Access Protocol) – jest to serwis katalogowy pozwalający na wymianę informacji ponad protokołem TCP/IP. LDAP w wielu sytuacjach uznawane jest za rozwiązanie lepsze od innych usług katalogowych, ponieważ korzystając z TCP/IP (które działa tylko w warstwie transportowej modelu OSI) daje niezwykle szybkie odpowiedzi na żądania zgłaszane przez klienta.
|
G1
|
|
abstract
|
Lightweight Directory Access Protocol on hakemistopalvelujen käyttöön tarkoitettu verkkoprotokolla. LDAP syntyi yksinkertaistettuna vaihtoehtona täydelliselle ja monimutkaisemmalle X.500-hakemistopalvelulle. LDAP seuraa X.500-mallia, jossa hakemiston tiedot on järjestetty hakemistopuuhun avain-arvopareina. LDAP-hakemiston rakenne on yleensä järjestetty puuksi maantieteellisten tai organisaatioiden rakenteen mukaan ja se käyttää DNS-nimiä hierarkian nimeämisessä. LDAP käyttää TCP/IP-verkkopalveluna TCP-protokollaa ja porttia 389 tai SSL-tunnelointia käytettäessä porttia 636. Verkkoprotokolla on määritelty ASN.1:n (Abstract syntax notation one) pohjalta ja se käyttää BER-binäärikoodausta (Basic encoding rules). LDAP-URL käyttää muotoa "ldap[s]://host:port/DN?attributes?scope?filter?extensions". LDAP:in käyttötarkoitus on pääasiassa käyttäjäntunnistus. Sitä tukevat useimmat UNIX-järjestelmät ja Microsoftin Active Directory käyttää LDAPia pohjanaan Kerberoksen ohella. Myös useat muut tuotteet käyttävät LDAP:ia, mm. Apache Directory Server ja Oracle Internet Directory. LDAP soveltuu myös käyttöoikeuden tarkistamiseen. Käyttäjän tunnistuksessa LDAP-palvelin palauttaa oliko annettu käyttäjätunnus ja salasana oikein. Käyttöoikeuden tarkistuksessa LDAP-palvelin palauttaa onko käyttäjällä oikeus kysyttyyn resurssiin. LDAP-palvelin voi sisältää myös muuta tietoa kuin käyttäjän tunnuksen ja salasanan. Suodattimen avulla voidaan käyttää lisätietoja tunnistamiseen.
|
G1
|
|
abstract
|
Lightweight Directory Access Protocol, ou LDAP, é um protocolo para atualizar e pesquisar diretórios rodando sobre TCP/IP. Um diretório LDAP geralmente segue o modelo X.500, que é uma árvore de nós, cada um consistindo de um conjunto de atributos com seus respectivos valores. O LDAP foi criado como uma alternativa ao muito mais incômodo Directory Access Protocol (DAP). Um diretório LDAP tende a refletir vários limites políticos, geográficos e/ou organizacionais, dependendo do modelo adotado. A utilização do LDAP hoje em dia tende a se basear nos nomes já existentes do sistema Domain Name System (DNS), na estruturação dos níveis mais básicos de hierarquia. Mais profundamente, podem aparecer estruturas representando pessoas, unidades organizacionais, impressoras, documentos, grupos de pessoas ou qualquer outra coisa que represente um nó. A versão atual é LDAPv3, especificado em uma série de RFC como mostra o RFC 4510. O autor deste protocolo foi Tim Howes da Universidade de Michigan, Steve Kille da ISODE (ISO Development Environment) e Wengyik Yeong da Performance Systems International. LDAP influenciou protocolos de Internet subseqüentes, incluindo versões posteriores do X.500, Directory Services Markup Language(DSML), Service Provisioning Markup Language (SPML) e o Service Location Protocol.
|
G1
|
|
abstract
|
Lightweight Directory Access Protocoll (LDAP) er en protokoll (språk) som brukes til oppslag i en katalogtjeneste på en server. Og brukes blant annet i Microsofts Active Directory servere. Den brukes både til spørring og endring på en nettverkstjener (server). LDAP bruker port 389.
|
G1
|
|
abstract
|
The Lightweight Directory Access Protocol, or LDAP, is an application protocol for querying and modifying directory services running over TCP/IP. A directory is a set of objects with attributes organized in a logical and hierarchical manner. A simple example is the telephone directory, which consists of a list of names (of either persons or organizations) organized alphabetically, with each name having an address and phone number associated with it. An LDAP directory tree often reflects various political, geographic, and/or organizational boundaries, depending on the model chosen. LDAP deployments today tend to use Domain name system (DNS) names for structuring the topmost levels of the hierarchy. Deeper inside the directory might appear entries representing people, organizational units, printers, documents, groups of people or anything else that represents a given tree entry (or multiple entries). Its current version is LDAPv3, which is specified in a series of Internet Engineering Task Force (IETF) Standard Track Requests for comments (RFCs) as detailed in RFC 4510.
|
G1
|
|
abstract
|
Прости́й Протоко́л До́ступу до Катало́гів (англ. Lightweight Directory Access Protocol, LDAP) — мережевий протокол для надсилання запитів та модифікації даних через TCP/IP.
|
G1
|
|
abstract
|
轻型目录访问协议,即Lightweight Directory Access Protocol (LDAP)是一个访问在线目录服务的协议。 目录是一组具有类似属性、以一定逻辑和层次组合的信息。常见的例子是电话簿,由以字母顺序排列的名字、地址和电话号码组成。最新版本的LDAP协议由RFC 4511所定义。
|
G1
|
|
hasPhotoCollection
|
http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/Lightweight_Directory_Access_Protocol
|
G1
|
|
reference
|
http://capitalhead.com/articles/troubleshooting-ldap-ssl-connection-issues-between-microsoft-ilmmiis--novell-edirectory-873.aspx
|
G1
|
|
reference
|
http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1318
|
G1
|
|
reference
|
http://linuxwiki.riverworth.com/index.php?title=LDAP_Authentication
|
G1
|
|
reference
|
http://oss.segetech.com/linux-ldap-configuration.html
|
G1
|
|
reference
|
http://www.bekatul.info/node/24
|
G1
|
|
reference
|
http://www.devshed.com/c/a/Administration/Understanding-LDAP-part-1/
|
G1
|
|
reference
|
http://www.freshmeat.net/projects/ldapuseradd
|
G1
|
|
reference
|
http://www.guug.de/ldapcon
|
G1
|
|
reference
|
http://www.ietf.org/html.charters/OLD/ldapbis-charter.html
|
G1
|
|
reference
|
http://www.ietf.org/html.charters/OLD/ldapext-charter.html
|
G1
|
|
reference
|
http://www.openldap.org/lists/mm/listinfo/ietf-ldapbis
|
G1
|
|
reference
|
http://www.skills-1st.co.uk/papers/ldap-schema-design-feb-2005/index.html
|
G1
|
|
reference
|
http://www.tldp.org/HOWTO/LDAP-HOWTO/
|
G1
|
|
reference
|
http://www.umich.edu/~dirsvcs/ldap/mailinglist.html
|
G1
|
|
reference
|
https://www1.ietf.org/mailman/listinfo/ldapext
|
G1
|
|
type
|
http://dbpedia.org/class/yago/ApplicationLayerProtocols
|
G1
|
|
type
|
http://dbpedia.org/class/yago/InternetProtocols
|
G1
|
|
type
|
standard
|
G1
|
|
type
|
http://sw.opencyc.org/2008/06/10/concept/Mx4rvV_d4ZwpEbGdrcN5Y29ycA
|
G1
|
|
type
|
communication protocol
|
G1
|
|
type
|
machine protocol
|
G1
|
|
comment
|
|
G1
|
|
comment
|
(LDAP) est à l'origine un protocole de communicationprotocole permettant l'interrogation et la modification des services d'annuaire. Ce protocole repose sur TCP/IP. Il a cependant évolué pour représenter une norme pour les systèmes d'annuaires, incluant un modèle de données, un modèle de nommage, un modèle fonctionnel basé sur le protocole LDAP, un modèle de sécurité et un modèle de réplication.
|
G1
|
|
comment
|
Das Lightweight Directory Access Protocol (LDAP) [ˈlaɪtweɪt …] ist ein Anwendungsprotokoll aus der Computertechnik. Es erlaubt die Abfrage und die Modifikation von Informationen eines Verzeichnisdienstes (eine im Netzwerk verteilte hierarchische Datenbank) über das TCP/IP-Netzwerk. Die aktuelle Version ist in RFC 4511 spezifiziert.
|
G1
|
|
comment
|
In informatica LDAP (Lightweight Directory Access Protocol) è un protocollo standard per l'interrogazione e la modifica dei servizi di directory.
|
G1
|
|
comment
|
LDAP (Lightweight Directory Access Protocol) TCP/IP üzerinde çalışan dizin servislerini sorgulama ve değiştirme amacıyla kullanılan uygulama katmanı protokolü. Bu protokol, OpenLDAP, Sun Directory Server, Microsoft Active Directory gibi dizin sunucuları tarafından kullanılmaktadır.
|
G1
|
|
comment
|
LDAP (Lightweight Directory Access Protocol) je definovaný protokol pro ukládání a přístup k datům na adresářovém serveru. Podle tohoto protokolu jsou jednotlivé položky na serveru ukládány formou záznamů a uspořádány do stromové struktury (jako ve skutečné adresářové architektuře). Je vhodný pro udržování adresářů a práci s informacemi o uživatelích (např. pro vyhledávání adres konkrétních uživatelů v příslušných adresářích, resp.
|
G1
|
|
comment
|
LDAP (Lightweight Directory Access Protocol) és un protocol a nivell d'aplicació que permet l'accés a un servei de directori ordenat i distribuït per a cercar diversa informació en un entorn de xarxa. LDAP també és considerat una base de dades (tot i que el seu sistema d'emmagatzemament pot ser diferent) al que poden realitzar-se consultes.
|
G1
|
|
comment
|
LDAP (Lightweight Directory Access Protocol, Protocolo Ligero de Acceso a Directorios) es un protocolo a nivel de aplicación que permite el acceso a un servicio de directorio ordenado y distribuido para buscar diversa información en un entorno de red. LDAP también es considerado una base de datos (aunque su sistema de almacenamiento puede ser diferente) a la que pueden realizarse consultas. Un directorio es un conjunto de objetos con atributos organizados en una manera lógica y jerárquica.
|
G1
|
|
comment
|
LDAP (англ. Lightweight Directory Access Protocol — «облегчённый протокол доступа к каталогам») — это сетевой протокол для доступа к службе каталогов X.500, разработанный IETF как облегчённый вариант разработанного ITU-T протокола DAP.
|
G1
|
|
comment
|
LDAP - Lightweight Directory Access Protocol definierar ett kommunikationsprotokoll och en datamodell för att kommunicera med en LDAP-server (katalogserver). LDAP skapades av Tim Howes, Steve Kille och Wengyik Yeong .
|
G1
|
|
comment
|
Lightweight Directory Access Protocol (LDAP) este un protocol standard, stabilit de Internet Engineering Task Force, care oferă utilizatorilor unei reţele, posibilitatea de a căuta şi modifica informaţiile dintr-un Directory Service.
|
G1
|
|
comment
|
Lightweight Directory Access Protocol (LDAP) is een netwerkprotocol dat beschrijft hoe gegevens uit directoryservices benaderd moeten worden over bijvoorbeeld TCP/IP. Een directory is in dit verband informatie die op een hiërarchische manier, gegroepeerd naar een bepaald attribuut, is opgeslagen. Denk aan een telefoonboekje, waarin telefoonnummers en adressen van personen of bedrijven alfabetisch worden opgeslagen.
|
G1
|
|
comment
|
Lightweight Directory Access Protocol (LDAP). Jest to "lekki" protokół przeznaczony do dostępu do usług katalogowych. Bazuje na usługach katalogowych X.500. Wykorzystywany praktycznie w adresacji sieci Internet/Intranet w celu zapewnienia niezawodności, skalowalności i bezpieczeństwa danych. W odróżnieniu od X.500 nie potrzebuje ani szerokiego pasma ani dużej mocy obliczeniowej. LDAP pracuje w oparciu o protokół TCP/IP lub inne połączeniowe usługi transportu.
|
G1
|
|
comment
|
Lightweight Directory Access Protocol on hakemistopalvelujen käyttöön tarkoitettu verkkoprotokolla. LDAP syntyi yksinkertaistettuna vaihtoehtona täydelliselle ja monimutkaisemmalle X.500-hakemistopalvelulle. LDAP seuraa X.500-mallia, jossa hakemiston tiedot on järjestetty hakemistopuuhun avain-arvopareina. LDAP-hakemiston rakenne on yleensä järjestetty puuksi maantieteellisten tai organisaatioiden rakenteen mukaan ja se käyttää DNS-nimiä hierarkian nimeämisessä.
|
G1
|
|
comment
|
Lightweight Directory Access Protocol, ou LDAP, é um protocolo para atualizar e pesquisar diretórios rodando sobre TCP/IP. Um diretório LDAP geralmente segue o modelo X.500, que é uma árvore de nós, cada um consistindo de um conjunto de atributos com seus respectivos valores. O LDAP foi criado como uma alternativa ao muito mais incômodo Directory Access Protocol (DAP).
|
G1
|
|
comment
|
Lightweight Directory Access Protocoll (LDAP) er en protokoll (språk) som brukes til oppslag i en katalogtjeneste på en server. Og brukes blant annet i Microsofts Active Directory servere. Den brukes både til spørring og endring på en nettverkstjener (server). LDAP bruker port 389.
|
G1
|
|
comment
|
The Lightweight Directory Access Protocol, or LDAP, is an application protocol for querying and modifying directory services running over TCP/IP. A directory is a set of objects with attributes organized in a logical and hierarchical manner. A simple example is the telephone directory, which consists of a list of names (of either persons or organizations) organized alphabetically, with each name having an address and phone number associated with it.
|
G1
|
|
comment
|
Прости́й Протоко́л До́ступу до Катало́гів (англ. Lightweight Directory Access Protocol, LDAP) — мережевий протокол для надсилання запитів та модифікації даних через TCP/IP.
|
G1
|
|
comment
|
轻型目录访问协议,即Lightweight Directory Access Protocol (LDAP)是一个访问在线目录服务的协议。 目录是一组具有类似属性、以一定逻辑和层次组合的信息。常见的例子是电话簿,由以字母顺序排列的名字、地址和电话号码组成。最新版本的LDAP协议由RFC 4511所定义。
|
G1
|
|
label
|
LDAP
|
G1
|
|
label
|
Lightweight Directory Access Protocol
|
G1
|
|
label
|
Простий протокол доступу до каталогів
|
G1
|
|
label
|
轻型目录访问协议
|
G1
|
|
sameAs
|
http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000025656
|
G1
|
|
sameAs
|
Lightweight Directory Access Protocol
|
G1
|
|
sameAs
|
Lightweight Directory Access Protocol
|
G1
|
|
sameAs
|
http://umbel.org/umbel/ne/wikipedia/Lightweight_Directory_Access_Protocol
|
G1
|
|
subject
|
Application layer protocols
|
G1
G4
|
|
subject
|
Identity management
|
G1
G3
|
|
subject
|
http://dbpedia.org/resource/Category:Internet_protocols
|
G1
|
|
subject
|
http://dbpedia.org/resource/Category:Internet_standards
|
G1
|
|
retrievalTimestamp
|
1265811458968
|
G2
|
|
sourceURL
|
Lightweight Directory Access Protocol
|
G2
|
|
page
|
http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
|
G1
|
|
is
knownFor
of
|
http://dbpedia.org/resource/Wengyik_Yeong
|
G1
|
|
is
genre
of
|
http://dbpedia.org/resource/OpenLDAP
|
G1
|
|
is
knownFor
of
|
http://dbpedia.org/resource/Wengyik_Yeong
|
G1
|
|
is
genre
of
|
http://dbpedia.org/resource/OpenLDAP
|
G1
|
|
is
redirect
of
|
http://dbpedia.org/resource/Eldap
|
G1
|
|
is
redirect
of
|
http://dbpedia.org/resource/LDAP
|
G1
|
|
is
redirect
of
|
http://dbpedia.org/resource/Ldap
|
G1
|
|
is
redirect
of
|
http://dbpedia.org/resource/ObjectClass
|
G1
|
|
is
sameAs
of
|
http://mpii.de/yago/resource/Lightweight_Directory_Access_Protocol
|
G1
|
|
|
|
next
|