The ILDUS Luon dynamic DNS update service.
This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
paul 40bc5d22a3 Implemented some parts of the LDAPv3 backend, moved account stuff:
* Merged Account with Backend::Basic.
 * Adapted the Handler and Backend for this change.
 * Implemented parts of Backend::LDAPv3 (init, hostnames).
 * Add auxiliary ildus.schema.
 * Fixed unit tests.


git-svn-id: svn+ssh://svn.luon.net/svn/ildus/trunk@9 65a33f86-aa00-0410-91be-cd1bf5efb309
2005-09-30 15:17:09 +00:00
bin Initial import into Subversion. 2005-09-13 19:08:42 +00:00
conf Added unit test for the command handler. 2005-09-29 14:38:39 +00:00
doc Implemented some parts of the LDAPv3 backend, moved account stuff: 2005-09-30 15:17:09 +00:00
lib Implemented some parts of the LDAPv3 backend, moved account stuff: 2005-09-30 15:17:09 +00:00
test Implemented some parts of the LDAPv3 backend, moved account stuff: 2005-09-30 15:17:09 +00:00
AUTHORS Initial import into Subversion. 2005-09-13 19:08:42 +00:00
COPYING Initial import into Subversion. 2005-09-13 19:08:42 +00:00
ChangeLog Initial import into Subversion. 2005-09-13 19:08:42 +00:00
README Initial import into Subversion. 2005-09-13 19:08:42 +00:00
TODO Fixed bug allowing PASS to be given before USER: 2005-09-29 15:09:45 +00:00
setup.rb Initial import into Subversion. 2005-09-13 19:08:42 +00:00

README

= Ildus README

Ildus stands for the Ildus Luon DynDNS Update Service.  

The Ildus Luon DynDNS Update Service is a system to update IPv6 and IPv4
addresses belonging to hostnames that are tied to user accounts.  Ildus
registers changes in IP addresses in an LDAP database after authentication. 
It also allows for the dynamic creation/removal of aliases for these hosts. 
Updates can be done easily via telnet, scripts or the Ildus client.

== Requirements

 * Ruby 1.8 or higher
 * Ruby/LDAP

== Installation

_To be written._

== Usage

_To be written._

== License

 Ildus is free software; you can redistribute it and/or modify it under the
 terms of the GNU General Public License as published by the Free Software
 Foundation; either version 2 of the License, or (at your option) any later
 version.