Re: [prosody-dev] Re: mod_auth_ldap

2014-03-07 Thread Stian B. Barmen
Hello, I have been trying to get this to work with multiple versions of this plugin (not entirely obvious which one is the recommended one now!) but have limited success. Right now I am trying to authenticate against a Zentyal 3.3 server using OpenLDAP version on port 390. My debug shows that

[prosody-dev] prosody module for resetting passwords with web interface

2014-03-07 Thread luisgf
Hi all: I'm developer a prosody module to reset user password via web interface if the user has a valid email address in his vcard. The system is quite simple, the user request a password change in a url, an a token is send to the user email in a url link. After that, the user must click the li

Re: [prosody-dev] prosody module for resetting passwords with web interface

2014-03-07 Thread Peter Saint-Andre
On 3/7/14, 9:03 AM, luisgf wrote: Hi all: I'm developer a prosody module to reset user password via web interface if the user has a valid email address in his vcard. The system is quite simple, the user request a password change in a url, an a token is send to the user email in a url link. After

Re: [prosody-dev] Re: mod_auth_ldap

2014-03-07 Thread google-dev
Wrote a prosody-cookbook [2] (see chef[1]) for setting up prosody. The setup for the ldap auth part is described here [3] See for the config templates used by the recipe. I am using the default ldap port - so can not reproduce your issue. Perhaps it is a problem with lua-ldap (or your specific i

Re: [prosody-dev] prosody module for resetting passwords with web interface

2014-03-07 Thread luisgf
Thanks for the reply Peter. I upload the code to github if person is interesting in the module. Here is the repository:https://github.com/luisgf/mod_email_pass But i trying to add them in prosody-modules repository. El viernes, 7 de marzo de 2014 11:47:49 UTC+1, stpeter escribió: > >