On Aug 4, 12:54 pm, Johann Spies <[email protected]> wrote: > ldap_initialize( ldaps://stbldap01.sun.ac.za:636/??base ) > Adding port=636 solved the problem: > auth.settings.login_methods=[ldap_auth(server='stbldap01.sun.ac.za', > port=636, base_dn='ou=users,O=SU', mode='cn', secure=True)]
I'll take this as a bug actually - I think ldaps:// should default to port 636, whilst ldap:// defaults to 389 (port can always be manually- specified anyway) Sending patch on this to Massimo... F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

