Apache Directory: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
References after punctuation per WP:REFPUNC and WP:PAIC |
||
(13 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Open-source directory server}} |
|||
{{use dmy dates|date=March 2024}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = Apache Directory Server |
| name = Apache Directory Server |
||
| logo = |
| logo = Apache Directory logo.svg |
||
| screenshot = |
| screenshot = |
||
| caption = |
| caption = |
||
| developer = [[Apache Software Foundation]] |
| developer = [[Apache Software Foundation]] |
||
| latest release version = 2.0.0- |
| latest release version = 2.0.0-AM27 |
||
| latest release date = {{Start date and age| |
| latest release date = {{Start date and age|2023|10|23}}<ref name=adsnews20> |
||
{{cite web|url=https://directory.apache.org/apacheds/news.html |
{{cite web|url=https://directory.apache.org/apacheds/news.html |archive-date=2020-03-28 |access-date=2023-10-23 |archive-url=https://web.archive.org/web/20200328151612/https://directory.apache.org/apacheds/news.html |title=Apache Directory}}</ref> |
||
| latest preview version = |
| latest preview version = |
||
| latest preview date = |
| latest preview date = |
||
| operating system = [[Cross-platform]] |
| operating system = [[Cross-platform]] |
||
| repo = {{URL|https://gitbox.apache.org/repos/asf?p |
| repo = {{URL|https://gitbox.apache.org/repos/asf?p{{=}}directory-server.git|Directory Server Repository}} |
||
| programming language = [[Java (programming language)|Java]] |
| programming language = [[Java (programming language)|Java]] |
||
| genre = [[LDAP]] |
| genre = [[LDAP]] |
||
Line 17: | Line 19: | ||
| website = {{URL|//directory.apache.org/}} |
| website = {{URL|//directory.apache.org/}} |
||
}} |
}} |
||
'''Apache Directory''' is an [[Open-source software|open source]] project of the [[Apache Software Foundation]]. |
'''Apache Directory''' is an [[Open-source software|open source]] project of the [[Apache Software Foundation]]. The '''Apache Directory Server''', originally written by Alex Karasulu, is an embeddable [[directory server]] entirely written in [[Java (programming language)|Java]]. It was certified [[Lightweight Directory Access Protocol|LDAP]]v3-compatible by [[The Open Group]] in 2006.<ref>{{Cite web |title=The Apache Software Foundation Is Latest Technology Leader To Embrace LDAP Standard And Achieve Open Group Certification |url=http://opengroup.org/comm/press/11oct06.html |publisher=The Open Directory |date=11 October 2006 |access-date=30 June 2009}}</ref><ref>{{Cite web |title=What Apache Directory Server is |url=http://directory.apache.org/apacheds/1.0/11-what-apache-directory-server-is.html |access-date=30 June 2009 |quote=the server has been successfully certified by the Open Group in September 2006 ("LDAP certified"). |archive-url=https://web.archive.org/web/20090531195522/http://directory.apache.org/apacheds/1.0/11-what-apache-directory-server-is.html |archive-date=31 May 2009 |url-status=dead}}</ref> Besides LDAP, the server supports other protocols as well.<ref>{{Cite web |title=What Apache Directory Server is |url=http://directory.apache.org/apacheds/1.0/11-what-apache-directory-server-is.html |access-date=30 June 2009 |quote=Other network protocols like Kerberos and NTP are supported |archive-url=https://web.archive.org/web/20090531195522/http://directory.apache.org/apacheds/1.0/11-what-apache-directory-server-is.html |archive-date=31 May 2009 |url-status=dead}}</ref> |
||
There exist these subprojects: |
There exist these subprojects: |
||
* '''Apache Directory Studio''' - |
* '''Apache Directory Studio''' - an LDAP browser/editor for data, schema, [[LDAP Data Interchange Format|LDIF]], and [[Directory Service Markup Language|DSML]] written in an [[Eclipse (software)|Eclipse]]-based framework. |
||
* '''Apache |
* '''Apache SCIMple''' - an implementation of [[System for Cross-domain Identity Management|SCIM]] v2.0 specification. |
||
* [[Apache Fortress]] - |
* [[Apache Fortress]] - a standards-based [[authorization]] system. |
||
* '''Apache Kerby''' - |
* '''Apache Kerby''' - a Kerberos implementation written in Java. |
||
* [[Apache LDAP API]] - |
* [[Apache LDAP API]] - an SDK for directory access in Java. |
||
* '''Apache Mavibot''' - |
* '''Apache Mavibot''' - a Multi Version Concurrency Control ([[Multiversion concurrency control|MVCC]]) [[B-tree|BTree]] in Java. |
||
== See also == |
== See also == |
||
Line 35: | Line 37: | ||
== External links == |
== External links == |
||
*{{Official website}} |
|||
*[//directory.apache.org/ Apache Directory Server] |
|||
*[//directory.apache.org/studio/ Apache Directory Studio] |
|||
*[//directory.apache.org/mavibot/ Apache Directory Mavibot] |
|||
*[//directory.apache.org/escimo/ Apache Directory eSCIMo] |
|||
*[//directory.apache.org/fortress/ Apache Directory Fortress] |
|||
*[//directory.apache.org/kerby/ Apache Directory Kerby] |
|||
*[//directory.apache.org/enwiki/api/ Apache Directory LDAP API] |
|||
{{Apache Software Foundation}} |
{{Apache Software Foundation}} |
Latest revision as of 13:47, 30 March 2024
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 2.0.0-AM27
/ October 23, 2023[1] |
Repository | Directory Server Repository |
Written in | Java |
Operating system | Cross-platform |
Type | LDAP |
License | Apache License 2.0 |
Website | directory |
Apache Directory is an open source project of the Apache Software Foundation. The Apache Directory Server, originally written by Alex Karasulu, is an embeddable directory server entirely written in Java. It was certified LDAPv3-compatible by The Open Group in 2006.[2][3] Besides LDAP, the server supports other protocols as well.[4]
There exist these subprojects:
- Apache Directory Studio - an LDAP browser/editor for data, schema, LDIF, and DSML written in an Eclipse-based framework.
- Apache SCIMple - an implementation of SCIM v2.0 specification.
- Apache Fortress - a standards-based authorization system.
- Apache Kerby - a Kerberos implementation written in Java.
- Apache LDAP API - an SDK for directory access in Java.
- Apache Mavibot - a Multi Version Concurrency Control (MVCC) BTree in Java.
See also
[edit]References
[edit]- ^ "Apache Directory". Archived from the original on 28 March 2020. Retrieved 23 October 2023.
- ^ "The Apache Software Foundation Is Latest Technology Leader To Embrace LDAP Standard And Achieve Open Group Certification". The Open Directory. 11 October 2006. Retrieved 30 June 2009.
- ^ "What Apache Directory Server is". Archived from the original on 31 May 2009. Retrieved 30 June 2009.
the server has been successfully certified by the Open Group in September 2006 ("LDAP certified").
- ^ "What Apache Directory Server is". Archived from the original on 31 May 2009. Retrieved 30 June 2009.
Other network protocols like Kerberos and NTP are supported
External links
[edit]