Hi everybody,
I added a nee core parameter named "auto_aliases" - it controls if aliases should be automatically discovered and added during fixing listening sockets. Formally, this was done with no control over it (to turn it off), which was a security risk (in my opinion) as the server was using auto-discover aliases that were not configured.
To maintain backward compatibility, the default value is "on";
Ex: auto_aliases=no or auto_aliases=0
regards, bogdan
Bogdan-Andrei Iancu wrote:
Hi everybody,
I added a nee core parameter named "auto_aliases" - it controls if aliases should be automatically discovered and added during fixing listening sockets. Formally, this was done with no control over it (to turn it off), which was a security risk (in my opinion) as the server was using auto-discover aliases that were not configured.
Are these the reverse DNS lookups whose results were automatically used as alias? If yes, then this is a good idea.
regards klaus
To maintain backward compatibility, the default value is "on";
Ex: auto_aliases=no or auto_aliases=0
regards, bogdan
Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel
Klaus Darilion wrote:
Bogdan-Andrei Iancu wrote:
Hi everybody,
I added a nee core parameter named "auto_aliases" - it controls if aliases should be automatically discovered and added during fixing listening sockets. Formally, this was done with no control over it (to turn it off), which was a security risk (in my opinion) as the server was using auto-discover aliases that were not configured.
Are these the reverse DNS lookups whose results were automatically used as alias?
yes, they are. See http://openser.org/dokuwiki/doku.php/core-cookbook:devel#auto_aliases
regards, bogdan
If yes, then this is a good idea.
regards klaus
To maintain backward compatibility, the default value is "on";
Ex: auto_aliases=no or auto_aliases=0
regards, bogdan
Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel
Bogdan-Andrei Iancu wrote:
yes, they are. See http://openser.org/dokuwiki/doku.php/core-cookbook:devel#auto_aliases
there is a type in the example
right....:)...it's fixed
regards, bogdan
Klaus Darilion wrote:
Bogdan-Andrei Iancu wrote:
yes, they are. See http://openser.org/dokuwiki/doku.php/core-cookbook:devel#auto_aliases
there is a type in the example