{"id":67575,"library":"shared-ldap-model","title":"Shared LDAP Model","description":"Provides a common LDAP data model used by both clients and servers in Apache Directory.","status":"active","version":"1.0.0-M9","language":"java","source_language":null,"source_url":"http://svn.apache.org/viewvc/directory/shared/tags/1.0.0-M13","tags":["ldap","directory","model","apache"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.directory.shared</groupId>\n  <artifactId>shared-ldap-model</artifactId>\n  <version>1.0.0-M9</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.directory.shared:shared-ldap-model:1.0.0-M9'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Entry","correct":"org.apache.directory.shared.ldap.model.entry.Entry"}],"quickstart":{"code":"import org.apache.directory.shared.ldap.model.entry.Entry;\nimport org.apache.directory.shared.ldap.model.entry.DefaultEntry;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        Entry entry = new DefaultEntry(\"cn=test,dc=example,dc=com\");\n        System.out.println(entry.getDn());\n    }\n}","lang":"java","description":"Creates an LDAP entry with a distinguished name."},"warnings":[{"fix":"Use the same version for all Apache Directory LDAP API dependencies.","message":"This library is part of Apache Directory LDAP API; ensure you use compatible versions with other Apache Directory components.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'apach':17,22 'client':13 'common':6 'data':8 'directori':18,20 'ldap':2,7,19 'model':3,9,21 'provid':4 'server':15 'share':1 'use':10","created_at":"2026-06-17T17:39:03.296799+00:00","updated_at":"2026-06-17T17:39:03.296799+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://directory.apache.org/","github":null,"docs":"https://appdoc.app/artifact/org.apache.directory.shared/shared-ldap-model/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}