Univention Bugzilla – Attachment 8456 Details for
Bug 43629
Make GPO syncmode configurable (for UCS@school)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gpo_syncmode.patch
gpo_syncmode.patch (text/plain), 1.13 KB, created by
Arvid Requate
on 2017-02-23 17:59:42 CET
(
hide
)
Description:
gpo_syncmode.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-02-23 17:59:42 CET
Size:
1.13 KB
patch
obsolete
>Index: conffiles/etc/univention/s4connector/s4/mapping.py >=================================================================== >--- conffiles/etc/univention/s4connector/s4/mapping.py (Revision 75940) >+++ conffiles/etc/univention/s4connector/s4/mapping.py (Arbeitskopie) >@@ -659,15 +659,17 @@ > for gpo in configRegistry.get('connector/s4/mapping/gpo/ignorelist', '').split(','): > if gpo: > ignore_filter += '(cn=%s)' % (gpo) >- if configRegistry.get('connector/s4/mapping/ou/syncmode'): >- sync_mode_ou=configRegistry.get('connector/s4/mapping/ou/syncmode') >+ if configRegistry.get('connector/s4/mapping/gpo/syncmode'): >+ sync_mode_gpo=configRegistry.get('connector/s4/mapping/gpo/syncmode') >+ elif configRegistry.get('connector/s4/mapping/ou/syncmode'): >+ sync_mode_gpo=configRegistry.get('connector/s4/mapping/ou/syncmode') > else: >- sync_mode_ou=configRegistry.get('connector/s4/mapping/syncmode') >+ sync_mode_gpo=configRegistry.get('connector/s4/mapping/syncmode') > section = ''' > 'msGPO': univention.s4connector.property ( > ucs_module='container/msgpo', > >- sync_mode='%(sync_mode_ou)s', >+ sync_mode='%(sync_mode_gpo)s', > > scope='sub', >
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 43629
: 8456