Hello,
I have already configure a plone portal with LDAP authentification, with this parameters (LDAPUserFolder):

Title                    LDAP ASTEK  
Login Name Attribute:    uid (uid)   
User ID Attribute:        uid (uid)   
RDN Attribute:            uid (uid)   
Users Base DN:            ou=Labege,ou=People,o=Astek,dc=robinson    SCOPE: SUBTREE   
Group storage:            Groups not stored on LDAP Server       
Groups Base DN:            ou=groups,o=Organization,c=US            SCOPE: SUBTREE   
Manager DN:                                                        Password       
Manager DN Usage:        Never                                    Read-only: Yes   
User object classes:    top,person   
User password encryption: SHA   
Default User Roles: Member

LDAP Servers      (Currently connected to: ldap://ldap.dassault.astek.fr:389)
ldap.dassault.astek.fr            389                LDAP

And i realy dont know how to do the same thing with CPSLDAPSetup.... i configure my members_LDAP.xml like this:

 <property name="search_substring_fields">
  <element value="uid"/>
  <element value="givenName"/>
  <element value="sn"/>
  <element value="mail"/>
 </property>
 <property name="is_hierarchical">False</property>
 <property name="password_field">userPassword</property>
 <property name="password_encryption">SSHA</property>
 <property name="ldap_server"> ldap.dassault.astek.fr</property>
 <property name="ldap_port">389</property>
 <property name="ldap_use_ssl">False</property>
 <property name="ldap_base">ou=Labege,ou=People,o=Astek,dc=robinson</property>
 <property name="ldap_base_creation">ou=Labege,ou=People,o=Astek,dc=robinson</property>
 <property name="ldap_scope">SUBTREE</property>
 <property name="ldap_search_classes">inetOrgPerson</property>
 <property name="ldap_search_filter"></property>
 <property name="ldap_bind_dn">ou=Labege,ou=People,o=Astek,dc=robinson</property>
 <property name="ldap_bind_password">changeme</property>
 <property name="ldap_rdn_attr">uid</property>
 <property name="ldap_object_classes">top, person</property>
 <property name="children_attr">None</property>
 <property name="children_id_attr">cn</property>
 <cache-manager name="dir_ramcache"/>
</object>

Can somebody help me? I realy dont know what's not working....

Thank you,

Adrian Lopez-Rufian.

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to