>
> test ping from another terminal return normal
> $ ping mail.stifix.com
> PING mail.stifix.com (104.24.99.40): 56 data bytes
> 64 bytes from 104.24.99.40: icmp_seq=0 ttl=56 time=32.708 ms
> 64 bytes from 104.24.99.40: icmp_seq=1 ttl=56 time=25.990 ms
> ^C
> --- mail.stifix.com ping statistics ---
> 2 packets transmitted, 2 packets received, 0.0% packet loss
> round-trip min/avg/max/stddev = 25.990/29.349/32.708/3.359 ms
>

Yes, you can ping the server, but according to nmap, ports 25 and 465 do 
not appear to be open. Are you sure you have a mail server running on 
mail.stifix.com on ports 25 or 465?
 

> you are right, for ldap_auth, it's work after have the correct 
> configuration for apacheds in web2py (took time because start apacheds from 
> scratch), not sure why there is no validation on web2py if system engineer 
> or system admin input the wrong configuration (everything i've seen the 
> error log from ldap server through running with no daemonize)
>

Yes, it looks like if you provide an invalid "mode" value, it simply 
accepts any login. Instead, it should probably throw an exception, or at 
least reject the login. Feel free to open a Github issue about this.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to