[sork] Passwd and Windows 2003

Toni Rueda arueda at dipcas.es
Mon Aug 28 01:53:11 PDT 2006


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: arueda at dipcas.es


More information about the sork mailing list