postgresql.authMethod: remove unimplemented option.

close #1104.
This commit is contained in:
Evgeny Egorochkin 2013-10-21 19:26:26 +03:00
parent 4732f59226
commit d2f612b1b6

View File

@ -95,14 +95,6 @@ in
''; '';
}; };
authMethod = mkOption {
default = " ident sameuser ";
description = ''
How to authorize users.
Note: ident needs absolute trust to all allowed client hosts.
'';
};
enableTCPIP = mkOption { enableTCPIP = mkOption {
default = false; default = false;
description = '' description = ''