Changeset 3169 for pykota/trunk/conf

Show
Ignore:
Timestamp:
04/17/07 19:41:37 (17 years ago)
Author:
jerome
Message:

Finish implementation of the usernamecase directive.

Files:
1 modified

Legend:

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

    r3162 r3169  
    329329 
    330330 
    331 # Should we force usernames to be all lowercase when printing ? 
    332 # Default is No.  
     331# Should we modify usernames when printing ? 
     332# Default is native, meaning usernames won't be modified. 
    333333# This is a [global] option only. 
    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 
    338338# still case sensitive. 
    339339# 
    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 
    345345# is done, this means that users 'Jerome' and 'jerome' are 
    346346# different. Printer and groups names are ALWAYS case sensitive. 
    347347# 
    348 utolower: No 
     348# usernamecase : upper 
     349# usernamecase : lower 
     350usernamecase: native 
    349351 
    350352