Re: [users@httpd] ldap authnz_ldap modules

2013-06-20 Thread Hendrik Schmieder
ysrini schrieb: Hi, On Red Hat EL 5 : $ rpm -qa openldap openldap-2.3.43-25.el5_8.1 openldap-2.3.43-25.el5_8.1 $ rpm -ql openldap /etc/openldap /etc/openldap/cacerts /etc/openldap/ldap.conf /usr/lib64/liblber-2.3.so.0 /usr/lib64/liblber-2.3.so.0.2.31 /usr/lib64/libldap-2.3.so.0

[users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Piotr Pawłowski
Dear all, I have a database with users, who are allowed to see content of my server. Everything were cool untill my developers added salt to hashed (with sha1) password. Is it possible to use such passwords In Apache Httpd ? Thank you in advance for a help. Best Regards --- Piotr Pawłowski

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
Apache support SHA1 password but that depends on platform as well. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 7:22 PM, Piotr Pawłowski piotr.pawlow...@goyello.com wrote: Dear all, I have a database with users, who are allowed to see content of my server.

[users@httpd] HTTP 2.4.4 graceful

2013-06-20 Thread Christian Cioni
Hi, after the update from apache 2.4.3 to 2.4.4, when perform the gracaful after short time receive the message: httpd not running, trying to start (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 but apache, running without problems: httpd pid: 3013

RE: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Piotr Pawłowski
Yes, that is obvious. But my hash is a sha1 + salt so in general I have a hash string not in sha1 . I've just encourage my developers to add new column do table with sha1 hash. However, I would like to know if there is a possibility to use string made of salt and sha1. Best Regards --- Piotr

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
My understanding is that SHA encryption format does not use salting in Apache. I think salt can be used with MD5 in Apache. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 8:43 PM, Piotr Pawłowski piotr.pawlow...@goyello.com wrote: Yes, that is obvious. But my hash