Univention Bugzilla – Attachment 3376 Details for
Bug 14877
ldap/database/bdb/db_config_options ist "zu genau"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Einfache Lösung des Bugs ohne re
14877-strip.patch (text/plain), 1.34 KB, created by
Martin Müller
on 2011-07-01 10:46:22 CEST
(
hide
)
Description:
Einfache Lösung des Bugs ohne re
Filename:
MIME Type:
Creator:
Martin Müller
Created:
2011-07-01 10:46:22 CEST
Size:
1.34 KB
patch
obsolete
>Index: ucs/management/univention-ldap/debian/changelog >=================================================================== >--- ucs/management/univention-ldap/debian/changelog (Revision 1839) >+++ ucs/management/univention-ldap/debian/changelog (Arbeitskopie) >@@ -1,3 +1,9 @@ >+univention-ldap (7.0.23-1) unstable; urgency=low >+ >+ * ignore spaces in UCRV ldap/database/bdb/db_config_options (Bug #14877) >+ >+ -- Martin Müller <packages@univention.de> Mon, 27 Jun 2011 17:08:01 +0200 >+ > univention-ldap (7.0.22-1) unstable; urgency=low > > * moved univentionSambaPrivilegeList to objectclass >Index: ucs/management/univention-ldap/conffiles/var/lib/univention-ldap/ldap/DB_CONFIG >=================================================================== >--- ucs/management/univention-ldap/conffiles/var/lib/univention-ldap/ldap/DB_CONFIG (Revision 1839) >+++ ucs/management/univention-ldap/conffiles/var/lib/univention-ldap/ldap/DB_CONFIG (Arbeitskopie) >@@ -27,6 +27,7 @@ > > if baseConfig.has_key('ldap/database/bdb/db_config_options') and baseConfig['ldap/database/bdb/db_config_options']: > for option in baseConfig['ldap/database/bdb/db_config_options'].split(','): >+ option = option.strip() > if baseConfig.has_key('ldap/database/bdb/%s'%option) and baseConfig['ldap/database/bdb/%s'%option]: > print '%s %s'%(option,baseConfig['ldap/database/bdb/%s'%option]) > @!@
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 14877
:
3375
| 3376