commit c98e794b38684d39d51a964e5b1670908be01691 from: Alexander Barton date: Tue Jan 18 20:39:48 2011 UTC Add [Features] section to ngircd-test{1|2}.conf Fix commit 5a34bb203a: It is not enough to strip the "No" prefix from "Ident" and "PAM", but we have to introduce the new [Features] section to fix all warning messages of ngIRCd. Variables "Ident" and "PAM" in [Global] are completely wrong :-( commit - a990bd72ece1569ec24b598cfa7ac83d25a3cb8f commit + c98e794b38684d39d51a964e5b1670908be01691 blob - 8e154efbb5eb74c7a6e14f76126de51257ce956b blob + 43851f655098d29a5ea27c5dba6e89d77762f601 --- src/testsuite/ngircd-test1.conf +++ src/testsuite/ngircd-test1.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = no PAM = no blob - 2d788d63145cf84868d241f57dc5c792cf83a902 blob + 585d9bb1cac1fb62b8daeec0dab250788a7143c9 --- src/testsuite/ngircd-test2.conf +++ src/testsuite/ngircd-test2.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = yes PAM = yes