Univention Bugzilla – Attachment 4459 Details for
Bug 27709
Angabe von "-" an Stelle von "hard"/"soft" in /etc/security/limits.conf Template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow - as limits type
27709_limits.diff (text/plain), 905 bytes, created by
Philipp Hahn
on 2012-06-21 14:17:45 CEST
(
hide
)
Description:
Allow - as limits type
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2012-06-21 14:17:45 CEST
Size:
905 bytes
patch
obsolete
>diff --git a/branches/ucs-3.0/ucs/base/univention-pam/conffiles/etc/security/limits.conf b/branches/ucs-3.0/ucs/base/univention-pam/conffiles/etc/security/limits.conf >index c2b42d7..5419824 100644 >--- a/branches/ucs-3.0/ucs/base/univention-pam/conffiles/etc/security/limits.conf >+++ b/branches/ucs-3.0/ucs/base/univention-pam/conffiles/etc/security/limits.conf >@@ -32,8 +32,8 @@ for key in configRegistry.keys(): > else: > print '# Illegal variable "%s"\n# <scope> must be "user" or "group", not "%s"\n#' % (key, type, ) > continue >- if not type in ('soft', 'hard', ): >- print '# Illegal variable "%s"\n# <type> must be "soft" or "hard", not "%s"\n#' % (key, type, ) >+ if not type in ('soft', 'hard', '-'): >+ print '# Illegal variable "%s"\n# <type> must be "soft", "hard" or "-", not "%s"\n#' % (key, type,) > continue > if name == '*': > scope = ''
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27709
: 4459