Roundcube Community Forum

 

chpass-wrapper.py

Started by tweety_mza, May 03, 2013, 03:44:30 PM

Previous topic - Next topic

tweety_mza

¡Hola!

Necesito saber como usar este wrapper.

¿Esta es la línea que hay que agregar en el config.inc.php?

$rcmail_config['password_chpasswd_cmd'] = 'sudo python /usr/share/roundcube/plugins/password/drivers/chpass-wrapper.py 2> /dev/null';

Yo probé con eso, pero me dice que no se puede cambiar la contraseña.

¡Desde ya muchas gracias!

------------------------------------------------

Hello!

I need to know how to use this wrapper.

Is this the line you have to add in the config.inc.php?

$ rcmail_config ['password_chpasswd_cmd'] = 'sudo python / usr / share / roundcube / plugins / password / drivers / chpass-wrapper.py 2> / dev / null';

I tried with that, but it says that you can not change the password.

From already thank you very much!

ivanbauer

Topic: chpass-wrapper.py  (Read 742 times)

Sorry to resurrect this topic but it seems that a lot of people have this problem.
Can someone please explain to us how to use this wrapper properly?

smirk

Hi, look here:
http://www.roundcubeforum.net/index.php?topic=21861.0

This is the proper method. Pay attention to the paths where the script is stored at runtime. It's essential as the apache process might not have access to all the filesystem. Check the scipt's permissions also. It needs to be executable, e.g. chmod 750 is necessary.

Cheers