Univention Bugzilla – Attachment 9484 Details for
Bug 46682
Traceback with cross-school users after being removed from a school
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
skip_object_memberships_sync_to_ucs_if_group_syncmode_write.patch
skip_object_memberships_sync_to_ucs_if_group_syncmode_write.patch (text/plain), 1.04 KB, created by
Arvid Requate
on 2018-03-21 22:01:23 CET
(
hide
)
Description:
skip_object_memberships_sync_to_ucs_if_group_syncmode_write.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-03-21 22:01:23 CET
Size:
1.04 KB
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 884c9963ab..1fe30dbb05 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 >@@ -187,8 +187,10 @@ if configRegistry.is_true('connector/s4/mapping/sid_to_ucs', True) and not confi > @!@ > univention.s4connector.s4.password.password_sync_s4_to_ucs, > univention.s4connector.s4.password.lockout_sync_s4_to_ucs, >- univention.s4connector.s4.primary_group_sync_to_ucs, >- univention.s4connector.s4.object_memberships_sync_to_ucs, >+ univention.s4connector.s4.primary_group_sync_to_ucs,@!@ >+if configRegistry.get('connector/s4/mapping/group/syncmode') != 'write': >+ print '\t\t\t\t\t\t\tunivention.s4connector.s4.object_memberships_sync_to_ucs,' >+@!@ > univention.s4connector.s4.disable_user_to_ucs, > ], >
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 46682
: 9484