Univention Bugzilla – Attachment 8369 Details for
Bug 43397
filter generation broken in 'connector/s4/mapping/dc/ignorelist'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
43397.patch (text/plain), 679 bytes, created by
Florian Best
on 2017-01-23 14:01:45 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-01-23 14:01:45 CET
Size:
679 bytes
patch
obsolete
>diff --git a/services/univention-s4-connector/conffiles/etc/univention/s4connector/s4/mapping.py b/services/univention-s4-connector/conffiles/etc/univention/s4connector/s4/mapping.py >index ff74ffd..2aa8f5f 100644 >--- a/services/univention-s4-connector/conffiles/etc/univention/s4connector/s4/mapping.py >+++ b/services/univention-s4-connector/conffiles/etc/univention/s4connector/s4/mapping.py >@@ -1103,7 +1103,7 @@ > ignore_filter = '' > for dns in configRegistry.get('connector/s4/mapping/dc/ignorelist', '').split(','): > if dns: >- ignore_filter += '(%s)' % (dns) >+ ignore_filter += '(cn=%s)' % (dns) > if ignore_filter: > print " ignore_filter='(|%s)'," % ignore_filter > @!@
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 43397
: 8369 |
8400