From 0553588b1dc4135f2c23fed46a5677a4ef83b05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Fri, 15 Apr 2011 10:20:53 +0000 Subject: [PATCH] Documentation update --- .../pages/documentation/1.1/applications.html | 21 +++--- .../documentation/1.1/parameterlist.html | 66 ++++++++++--------- .../documentation/1.1/resetpassword.html | 27 +++++++- .../doc/pages/documentation/latest | 2 +- build/lemonldap-ng/doc/pages/start.html | 2 +- 5 files changed, 77 insertions(+), 41 deletions(-) diff --git a/build/lemonldap-ng/doc/pages/documentation/1.1/applications.html b/build/lemonldap-ng/doc/pages/documentation/1.1/applications.html index eebb4fa48..0d88c015b 100644 --- a/build/lemonldap-ng/doc/pages/documentation/1.1/applications.html +++ b/build/lemonldap-ng/doc/pages/documentation/1.1/applications.html @@ -35,8 +35,13 @@ Applications listed bellow are known to be easy to integrate in LL::NG. As LL::NG works like classic WebSSO (like Siteminder™), many other applications are easy to integrate.

+

+

Find other documentation on Firewall Services site. +

+

+ - +

Mail, Agenda, Groupware

@@ -49,7 +54,7 @@ Applications listed bellow are known to be easy to integrate in +

Wiki

@@ -62,7 +67,7 @@ Applications listed bellow are known to be easy to integrate in +

CMS, Portal

@@ -75,7 +80,7 @@ Applications listed bellow are known to be easy to integrate in +

Bugtracker, Service Management

@@ -88,7 +93,7 @@ Applications listed bellow are known to be easy to integrate in +

Other

@@ -101,7 +106,7 @@ Applications listed bellow are known to be easy to integrate in +

Connectors

@@ -122,7 +127,7 @@ Applications listed bellow are known to be easy to integrate in +

SAML connectors

@@ -142,4 +147,4 @@ Applications listed bellow are known to be easy to integrate in
\ No newline at end of file + \ No newline at end of file diff --git a/build/lemonldap-ng/doc/pages/documentation/1.1/parameterlist.html b/build/lemonldap-ng/doc/pages/documentation/1.1/parameterlist.html index 0387c6a99..8dd9e8d34 100644 --- a/build/lemonldap-ng/doc/pages/documentation/1.1/parameterlist.html +++ b/build/lemonldap-ng/doc/pages/documentation/1.1/parameterlist.html @@ -409,90 +409,96 @@ The attribute key name can be used directly in lemonldap-ng.ini or
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + +
SMTP server SMTPServer
SOAP activation Soap SMTP user SMTPAuthUser
Proxy portal URL soapAuthService SMTP password SMTPAuthPass
Proxy session SOAP end point soapSessionService SOAP activation Soap
SSL authentication level SSLAuthnLevel Proxy portal URL soapAuthService
SSL map with LDAP attribute SSLLDAPField Proxy session SOAP end point soapSessionService
SSL force SSL authentication SSLRequire SSL authentication level SSLAuthnLevel
SSL user field in certificate SSLVar SSL map with LDAP attribute SSLLDAPField
Status module activation status SSL force SSL authentication SSLRequire
Store password in session storePassword SSL user field in certificate SSLVar
Sympa mail session key sympaMailKey Status module activation status
Sympa shared secret sympaSecret Store password in session storePassword
Syslog facility syslog Sympa mail session key sympaMailKey
Session lifetime for cronjob timeout Sympa shared secret sympaSecret
Trusted domains trustedDomains Syslog facility syslog
Twitter application name twitterAppName Session lifetime for cronjob timeout
Twitter authentication level twitterAuthnLevel Trusted domains trustedDomains
Twitter application key twitterKey Twitter application name twitterAppName
Twitter application secret twitterSecret Twitter authentication level twitterAuthnLevel
User backend userDB Twitter application key twitterKey
Use redirect on error useRedirectOnError Twitter application secret twitterSecret
Use Safe Jail useSafeJail User backend userDB
DBI Pivot from user table userPivot Use redirect on error useRedirectOnError
Use XForwardedFor for IP useXForwardedForIP Use Safe Jail useSafeJail
Data to store as REMOTE_USER (used also in Apache logs) whatToTrace DBI Pivot from user table userPivot
Zimbra account session key zimbraAccountKey Use XForwardedFor for IP useXForwardedForIP
Zimbra account type zimbraBy Data to store as REMOTE_USER (used also in Apache logs) whatToTrace
Zimbra preauthentication key zimbraPreAuthKey Zimbra account session key zimbraAccountKey
Zimbra local SSO URL pattern zimbraSsoUrl Zimbra account type zimbraBy
Zimbra preauthentication key zimbraPreAuthKey
Zimbra local SSO URL pattern zimbraSsoUrl
Zimbra preauthentication URL zimbraUrl
@@ -500,7 +506,7 @@ The attribute key name can be used directly in lemonldap-ng.ini or

- +

Configuration backend parameters

@@ -552,4 +558,4 @@ The attribute key name can be used directly in lemonldap-ng.ini or
- \ No newline at end of file + \ No newline at end of file diff --git a/build/lemonldap-ng/doc/pages/documentation/1.1/resetpassword.html b/build/lemonldap-ng/doc/pages/documentation/1.1/resetpassword.html index dd045c734..a04045cae 100644 --- a/build/lemonldap-ng/doc/pages/documentation/1.1/resetpassword.html +++ b/build/lemonldap-ng/doc/pages/documentation/1.1/resetpassword.html @@ -73,8 +73,33 @@ The reset password link must be activated, see
SMTP Server: IP or hostname of the SMTP server (default: localhost)
+
  • SMTP Server: IP or hostname of the SMTP server
  • +
  • SMTP User: SMTP user if authentication is required
    +
  • +
  • SMTP Password: SMTP password if authentication is required
    +
  • + + +

    + +

    +

    +
      +
    • If no SMTP server is configured, the mail will be sent via the local sendmail program. Else, Net::SMTP module is required to use the SMTP server
      +
    • +
    • The SMTP server value can hold the port, for example: mail.example.com:25
      +
    • +
    • If authentication is configured, Authen::SASL and MIME::Base64 modules are required
      +
    • +
    + +

    + +

    + +

    +