Passwd and Windows 2003

"Toni Rueda" <[email protected]>
Newsgroups gmane.comp.horde.sork
Message-ID <[email protected]>
I want use passwd with Windows 2003, but i have the next problem:

I have found the next message in /var/log/httpd/ssl_error_log

 PHP Warning:  ldap_get_values(): Cannot get the value(s) of attribute Decoding error in /var/www/html/webmail/passwd/lib/Driver/ldap.php on line 137, referer: https://pluton.dipcas.es/webmail/passwd/?Horde=50f996e3c11659d454e28588206b0a2d

I use ldap and my configuration in backends.php is:


$backends['ldapadmin'] = array(
    'name' => 'domain.es',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 14
    ),
    'driver' => 'ldap',
    'params' => array(
        'host' => 'wdc1.domain.es',
        'sslhost' => 'wdc1.domain.es',
        'port' => 389,
        'basedn' => 'OU=Usuarios,DC=domain,DC=es',
        'admindn' => 'CN=Admin,OU=Usuarios,DC=domain,DC=es',
        'adminpw' => 'Admin',
        'uid' => 'sAMAccountName',
        'attribute' => 'unicodePwd',
        // this will be appended to the username when looking for the userdn.
        'realm' => 'domain.es',
        'encryption' => 'msad',
        // make sure the host == cn in the server certificate
        'tls' => false
    )

My windows controller 'wdc1.domain.es' accept ssl request.

Somebody this using passwd with a domain controller Windows 2003???

Thanks 

P.D: I feel that my English is so bad 



Toni Rueda Martín
Técnico de Sistemas
Dpto. de Informática
Diputación de Castellón
Telf: 964359723
e-mail: [email protected]
-- 
Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.