Downloadliste

Projektbeschreibung

pppd-sql is a plugin for the Point-to-Point server
(pppd) on Linux and Solaris that adds an
authentication backend using a MySQL or PostgreSQL
database for the Challenge Handshake
Authentication Protocol (CHAP) and Password
Authentication Protocol (PAP). It supports
MS-CHAPv1 and MS-CHAPv2 too. The IPCP negotiation
after authentication handshake is also supported.
pppd-sql supports a flexible configuration scheme,
has concurrent connection handling for single
users across multiple tunnel servers, and comes with
easy and handy documentation.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-08 15:18
0.8.0

Diese Version bietet Unterstützung für das Abrufen der IP-Adresse aus der Datenbank. Dies wird mit den beiden neuen Konfigurations-Optionen durchgeführt werden, "mysql-column-Server-IP" und "pgsql-Spalte-server-ip". Diese Version bietet auch Unterstützung bei der Bewertung der Rückgabewert der IP oben und unten Skripte. Dies ist mit Hilfe von vier neuen Konfigurationsoptionen getan, "MySQL-ip-up-fail", "Die MySQL-ip-down-fail", "pgsql-ip-up-fail" und "pgsql-ip-down - fail ". Einige kleine Bugs wurden gefixt Dokumentation. Das lästige Problem, bei dem die Authentifizierung schlug fehl, wenn Spalten der Tabelle vorangestellt sind, wurde behoben.
Tags: Major feature enhancements, Major bugfixes
This version adds support for fetching the server IP address from the database. This will be done with the two new configuration options, "mysql-column-server-ip" and "pgsql-column-server-ip". This version also adds support for evaluating the return value of the IP up and down scripts. This is done with the help of four new configuration options, "mysql-ip-up-fail", "mysql-ip-down-fail", "pgsql-ip-up-fail", and "pgsql-ip-down-fail". Some small documentation bugs were fixed. The annoying issue in which authentication failed if columns are prefixed with the table name was resolved.

2009-01-28 17:58
0.7.0

Diese Version bietet Unterstützung für exklusive Lese-und Schreibzugriff Sperren auf der ausgewählten Zeile. Dadurch wird die Anzahl gleichzeitiger Verbindungen Handler a lot. Support zu verbessern, wurde für die IP-Konfigurations-Skripts mit zusätzlichen Parametern hinzugefügt (username, empfangenen Bytes, Bytes übertragen, und verbinden Dauer). Blocking-Support wurde hinzugefügt. Vier neue Konfigurationsmöglichkeiten hinzu: "mysql-ip-up", "mysql-ip-down", "pgsql-ip-up" und "pgsql-ip-down".
Tags: Major feature enhancements
This version adds support for exclusive read and
write locking on the selected row. This will
improve the concurrent connection handler a lot.
Support was added for IP configuration scripts
with additional parameters (username, received
bytes, transmitted bytes, and link duration).
Blocking support was added. Four new configuration
options were added: "mysql-ip-up",
"mysql-ip-down", "pgsql-ip-up", and
"pgsql-ip-down".

2009-01-19 06:04
0.6.0

Diese Version bietet Unterstützung für gleichzeitige Verbindung Handhabung von einzelnen Nutzern über mehrere Tunnel-Servern. Sechs neue Konfigurationsoptionen wurden hinzugefügt 'mysql-Port', 'mysql-column-Update', 'mysql-exklusiven', 'pgsql-Port', 'pgsql-column-Update' und 'pgsql-exclusive'. Der integrierte Failover-Funktionalität entfernt wurde (es ist unmöglich mit der gleichzeitigen Verbindungs-Handle, und sollte auch mit separaten Datenbank-Utilities gemacht werden).
Tags: Major feature enhancements
This version includes support for concurrent connection handling of single users across multiple tunnel servers. Six new configuration options were added 'mysql-port', 'mysql-column-update', 'mysql-exclusive', 'pgsql-port', 'pgsql-column-update', and 'pgsql-exclusive'. The built-in failover functionality was removed (it is impossible with the concurrent connection handler, and should be made with separate database utilities).

2009-01-12 14:51
0.5.0

Diese Version bietet Unterstützung für die Authentifizierung Fallback gegen die üblichen "/ etc / ppp / pap-secrets 'oder' / etc / ppp / chap-secrets 'Dateien. Zwei neue Konfigurationsoptionen wurden hinzugefügt: 'mysql-authoritative' und 'pgsql-authoritative ". SQL-Skripts mit Datenbank-Schemas für die Einfuhr wurden hinzugefügt. Ein Fehler wurde behoben, so dass das Plugin in CHAP Authentifizierungsinformationen mit AES-Verschlüsselung zu überprüfen.
Tags: Major feature enhancements
This version includes support for authentication fallback against the usual '/etc/ppp/pap-secrets' or '/etc/ppp/chap-secrets' files. Two new configuration options have been added: 'mysql-authoritative' and 'pgsql-authoritative'. SQL scripts with database schemas for import have been added. A bug has been fixed, allowing the plugin to verify CHAP authentication credentials with AES encryption.

2008-12-08 11:53
0.4.0

Diese Version bietet Unterstützung für verschlüsselte Speicherung von Passwörtern in der Datenbank. Die aktuelle unterstützt One-Way-MD5-Hashes sind und die UNIX crypt (). Die aktuelle unterstützt symmetrischer Algorithmus ist AES-128.
Tags: Major feature enhancements
This version adds support for encrypted password storage inside the database. The current supported one-way hashes are MD5 and the UNIX crypt(). The current supported symmetric cipher is AES-128.

Project Resources