Name | Modified | Size | Downloads / Week |
---|---|---|---|
dbis-1.5.0.tar.gz | 2015-09-30 | 1.7 MB | |
dbis-devel-1.5.0.tar.gz | 2015-09-30 | 3.7 MB | |
dbis-1.4.6.tar.gz | 2015-08-20 | 1.6 MB | |
dbis-1.4.5.tar.gz | 2015-05-07 | 1.4 MB | |
dbis-1.4.4.tar.gz | 2015-04-29 | 1.4 MB | |
dbis-1.4.3.tar.gz | 2015-04-27 | 1.4 MB | |
dbis-1.4.2.tar.gz | 2015-04-24 | 1.4 MB | |
README.txt | 2015-04-16 | 2.6 kB | |
dbis-1.4.1.tar.gz | 2015-04-16 | 1.4 MB | |
dbis-1.4.0.tar.gz | 2015-04-13 | 1.4 MB | |
dbis-devel-1.4.0.tar.gz | 2015-04-13 | 1.7 MB | |
dbis-1.3.0.tar.gz | 2015-03-05 | 1.4 MB | |
dbis-1.2.6.tar.gz | 2015-02-27 | 1.2 MB | |
dbis-1.2.5.tar.gz | 2015-02-25 | 1.2 MB | |
dbis-1.2.4.tar.gz | 2015-02-25 | 1.2 MB | |
dbis-1.2.3.tar.gz | 2015-02-17 | 1.2 MB | |
dbis-1.2.2.tar.gz | 2015-01-26 | 1.4 MB | |
dbis-1.2.1.tar.gz | 2015-01-20 | 1.4 MB | |
dbis-1.2.0.tar.gz | 2015-01-19 | 1.4 MB | |
dbis-1.0.1.tar.gz | 2014-12-18 | 1.2 MB | |
dbis-1.1.0.tar.gz | 2014-12-18 | 1.2 MB | |
dbis-1.0.0.tar.gz | 2014-12-03 | 1.4 MB | |
Totals: 22 Items | 31.1 MB | 0 |
This is the reference implementation of Directory-Based Information Services which is described in the following Internet Drafts: http://www.ietf.org/id/draft-bannister-dbis-mapping-06.txt http://www.ietf.org/id/draft-bannister-dbis-netgroup-04.txt http://www.ietf.org/id/draft-bannister-dbis-passwd-05.txt http://www.ietf.org/id/draft-bannister-dbis-hosts-06.txt http://www.ietf.org/id/draft-bannister-dbis-devices-04.txt http://www.ietf.org/id/draft-bannister-dbis-automounter-04.txt http://www.ietf.org/id/draft-bannister-dbis-custom-03.txt This source distribution is organised as follows: src/bin - Front-end scripts src/dbis - DBIS libraries and utilities src/doc - documentation src/etc - DBIS configuration files src/pyloom - Pyloom TCP server library src/perl - Perl client library src/tests - test suite run by 'make check' src/nsstests - NSS test suite nss - external NSS library ldif - LDAP schema DBIS requires Python 2.x (2.4 or later) and the python-ldap module from http://www.python-ldap.org. Although dbis-cachemgr should work with any reasonably modern version of python-ldap, there is a performance enhancement that is automatically enabled if you are using version 2.4.17 that will reduce the background load on the CPUs when there are pending LDAP search operations. If you can use version 2.4.17 or later it is recommended that you do. If you can't, earlier versions will work just fine too. DBIS can output data in JSON format, but requires a Python JSON library to do that. It will try UltraJSON (ujson) first and if that is not found it will attempt to import json instead. If there is no JSON library available the server will function but JSON output will be disabled. For help using the command-line interface, run: man dbis For help using the Python library, run: python -c 'import dbis.client; help(dbis.client)' For help using the Perl library, run: perldoc DBIS::Client There is also an extensive Wiki site at http://dbis.sf.net containing lots of useful documentation. See NEWS for the latest available features and functionality. See COPYRIGHT for applicable copyright notices. See COPYING for copying conditions. ------------------------------------------------------------------------------ Mark R. Bannister Email: cambridge@users.sourceforge.net