Show
Ignore:
Timestamp:
11/29/03 21:06:20 (20 years ago)
Author:
jalet
Message:

Added 'utolower' configuration option to convert all usernames to
lowercase when printing. All database accesses are still and will
remain case sensitive though.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1226 r1227  
    134134# If the value is not set then localhost is used. 
    135135smtpserver: localhost 
     136 
     137# Should we force usernames to be all lowercase when printing ? 
     138# Default is No.  
     139# This is a global option only. 
     140# Some people reported that WinXP sends mixed case usernames 
     141# setting 'utolower: Yes' solves the problem. 
     142# Of course you have to user lowercase only when adding 
     143# users with edpykota, because ALL database accesses are 
     144# still case sensitive. 
     145# 
     146# If utolower is Yes, the usernames received from the printing 
     147# system is converted to lowercase at the start of the cupspykota 
     148# backend or of the pykota filter. 
     149# 
     150# If utolower is No, which is the default, strict case checking 
     151# is done, this means that users 'Jerome' and 'jerome' are 
     152# different. Printer and groups names are ALWAYS case sensitive. 
     153utolower: No 
    136154 
    137155# What is the accounting backend to use