Revisions for passwd/config/conf.xml

Location: [ Horde ] / passwd / config / conf.xml View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.12.2.1 FRAMEWORK_3 (+1 -1 lines) 10/09/2008 01:12 PM Jan Schneider jan

Merge from HEAD.

1.12 (+7 -3 lines) 10/09/2005 10:48 AM Jan Schneider jan

[jan] Add configuration option to switch between using user names with and
without realms.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_3, BEFORE_BRANCH_3, PASSWD_3_0_1, PASSWD_3_0_1_RC1, PASSWD_3_0

1.11 (+30 -34 lines) 10/09/2005 10:14 AM Jan Schneider jan

Reformat

1.10 (+36 -25 lines) 10/09/2005 10:07 AM Jan Schneider jan

Reformat

1.9 (+2 -2 lines) 10/07/2005 11:26 AM Chuck Hagenbuch chuck

Updated desc.
Submitted by: Jens Wilke <jw0_news@headissue.com>

1.8 (+2 -2 lines) 03/15/2005 11:18 PM Chuck Hagenbuch chuck

Allow the list of refused usernames to be empty.
Bug: #1544

Tags: PASSWD_3_0_RC1, PASSWD_3_0_BETA

1.7 (+2 -33 lines) 01/21/2004 07:39 PM Jan Schneider jan

Use configlist instead of configmultienum for the refuse lists.

1.6 (+2 -1 lines) 02/25/2003 06:54 PM Eric Rostetter ericr

Make it configurable if we can specify the username to change

1.5 (+2 -1 lines) 01/29/2003 04:00 PM Eric Rostetter ericr

* Add hook to set optional ldap binddn
* This adds no new functionality, just provides it as a hook instead of
a configuration option.

1.4 (+4 -3 lines) 11/20/2002 08:28 AM mikec

add _passwd_hook_default_username hook to set the default username that users see.

1.3 (+2 -2 lines) 11/14/2002 12:03 AM Eric Rostetter ericr

* fix application name

1.2 (+1 -3 lines) 10/12/2002 11:01 PM mikec

Add per backend Password Policies and add more policy options.

1.1 10/12/2002 03:35 AM mikec

First round of changes to Passwd.

Passwd is now designed to be a guest application. Moved to conf.xml for configuration. backends.php for specifying the backends for configuration.

NB: Passwd_Drivers are now responsible for checking the current password. is correct! I have changed the LDAP and SQL drivers to do this.

The drivers API have been changed if you are using a driver other than ldap or sql then Passwd will currently be broken for you.

Does anyone actually use the mdaemon driver or was that just me?