reference.conf: Remove need_ident from *@* auth block.
Few people want need_ident for everyone these days, so remove it from reference.conf. It was not in example.conf.
This commit is contained in:
parent
34616c3be1
commit
8f5402d369
1 changed files with 0 additions and 2 deletions
|
@ -380,8 +380,6 @@ auth {
|
||||||
auth {
|
auth {
|
||||||
user = "*@*";
|
user = "*@*";
|
||||||
class = "users";
|
class = "users";
|
||||||
|
|
||||||
flags = need_ident;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* privset{}: defines operator privilege sets. */
|
/* privset{}: defines operator privilege sets. */
|
||||||
|
|
Loading…
Reference in a new issue