View | Details | Raw Unified | Return to bug 27709
Collapse All | Expand All

(-)a/branches/ucs-3.0/ucs/base/univention-pam/conffiles/etc/security/limits.conf (-2 / +2 lines)
 Lines 32-39   for key in configRegistry.keys(): Link Here 
32
    else:
32
    else:
33
        print '# Illegal variable "%s"\n# <scope> must be "user" or "group", not "%s"\n#' % (key, type, )
33
        print '# Illegal variable "%s"\n# <scope> must be "user" or "group", not "%s"\n#' % (key, type, )
34
        continue
34
        continue
35
    if not type in ('soft', 'hard', ):
35
    if not type in ('soft', 'hard', '-'):
36
        print '# Illegal variable "%s"\n# <type> must be "soft" or "hard", not "%s"\n#' % (key, type, )
36
        print '# Illegal variable "%s"\n# <type> must be "soft", "hard" or "-", not "%s"\n#' % (key, type,)
37
        continue
37
        continue
38
    if name == '*':
38
    if name == '*':
39
        scope = ''
39
        scope = ''

Return to bug 27709