> run:
> psql -U postgres -d SIPXCONFIG
>
> then:
> select * from ldap_connection;
ldap_connection_id |                    host                     | port
| principal | secret | cron_schedule_id | use_tls
--------------------+---------------------------------------------+------+-----------+--------+------------------+---------
                  4 | auth.unil.ch o=universite de lausanne, c=ch |     
|           |        |                5 | f

> then:
> select * from ldap_attr_map

 ldap_attr_map_id | default_group_name | default_pin |         
search_base           | object_class |         filter
 
------------------+--------------------+-------------+--------------------------------+--------------+------------------------
                4 | ldap_imports       | 1111        | o=universite de
lausanne, c=ch | person       | ou=Centre informatique


I replaced the space in the host field in ldap_connection with %20:

update ldap_connection set host='auth.unil.ch
o=universite%20de%20lausanne,c=ch' where ldap_connection_id=4;

and now I can login with superadmin, or any imported LDAP users with pin
1111. Using LDAP password still doesn't work though.

Thanks a lot for the help!

Gael

-- 
Gaël Ravot
Ingénieur Réseau & Télécom
+41 21 692 22 67
UNIL, Centre Informatique, 1015 Lausanne
Switzerland 

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to