| 483 | # |
| 484 | # NB : If you want to limit users by their account balance value, it is preferable to |
| 485 | # use the following policy to automate user account creation on first print : |
| 486 | # |
| 487 | # policy: external(/usr/bin/autopykota --initbalance 25.0 >/dev/null) |
| 488 | # |
| 489 | # This will automatically add the user if he doesn't already exist, and |
| 490 | # set his initial balance value to 25.0 (for example). If the user already |
| 491 | # exists then his balance value will not be modified. |
| 492 | # Please don't use autopykota if you want to limit your users by page |
| 493 | # quota, and in any case, carefully read autopykota's help or manpage |
| 494 | # and understand its goal before using it in your own configuration. |