Skip to content

endisd/penrose-server

 
 

Repository files navigation

${project.title} Server
--------------
Version ${product.version}
Copyright 2009 Red Hat, Inc.

Overview
--------

${project.title} is an open source java-based virtual directory server. A virtual directory does not store
any information itself, unlike other LDAP implementations. Requests received from LDAP client
applications are processed by the virtual directory server and passed on to the data source hosting
the desired data. Frequently this data source will be a relational database, and more often than not
it will be the authoritative source of the directory information.

Documentation
-------------

Please find ${project.title} documentation online at http://penrose.safehaus.org/Documentation.

Getting the Source Code
-----------------------

Checkout the project from:

   svn co https://svn.safehaus.org/repos/penrose/trunk

Building
--------

To build ${project.title} execute the following command:

   ant dist

The distribution files can be found under the target directory.

About

Penrose Server

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.6%
  • C 1.7%
  • Shell 1.5%
  • Other 0.2%