334 | | # Some people reported that WinXP sends mixed case usernames |
335 | | # setting 'utolower: Yes' solves the problem. |
336 | | # Of course you have to use lowercase only when adding |
337 | | # users with edpykota, because ALL database accesses are |
| 334 | # Some people reported that WinXP sends mixed case usernames, |
| 335 | # setting usernamecase to 'upper' or 'lower' solves the problem. |
| 336 | # Of course you have to use uppercase or lowercase only when managing |
| 337 | # users with pkusers, because ALL database accesses are |
340 | | # If utolower is Yes, the usernames received from the printing |
341 | | # system is converted to lowercase at the start of printing, |
342 | | # BUT ONLY when printing. |
343 | | # |
344 | | # If utolower is No, which is the default, strict case checking |
| 340 | # If usernamecase is 'upper' or 'lower', the usernames received |
| 341 | # from the printing system are converted to uppercase or lowercase, |
| 342 | # respectively, at the start of printing, BUT ONLY when printing. |
| 343 | # |
| 344 | # If usernamecase is 'native', which is the default, strict case checking |