[Tickets #3287] Driver for XAMS integration

bugs@bugs.horde.org bugs at bugs.horde.org
Sat Feb 11 23:27:50 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3287
-----------------------------------------------------------------------
 Ticket             | 3287
 Updated By         | j2 at mupp.net
 Summary            | Driver for XAMS integration
 Queue              | Passwd
 Version            | 3.0
 State              | Feedback
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


j2 at mupp.net (2006-02-11 23:27) wrote:

Diff:

408a409,432
> $backends['xams'] = array (
>     'name' => 'XAMS Server',
>     'preferred' => '',
>     'password policy' => array(
>         'minLength' => 5,
>         'maxLength' => 31,
>         'maxSpace' => 0,
>         'minUpper' => 1,
>         'minLower' => 1,
>         'minNumeric' => 1,
>         'minSymbols' => 0
>     ),
>     'driver' => 'xams',
>     'params' => array(
>         'phptype'    => 'mysql',
>         'hostspec'   => 'localhost',
>         'username'   => 'xams',
>         'password'   => '',
>         'encryption' => 'md5-hex',
>         'database'   => 'xams',
>         'show_encryption' => false
>     )
> );
>







More information about the bugs mailing list