Univention Bugzilla – Attachment 7657 Details for
Bug 41263
Enhance AD Connector mapping with password sync for windows machine accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add pw sync to windows computer objects v2
file_41263.txt (text/plain), 1.26 KB, created by
Michael Grandjean
on 2016-05-11 22:33:26 CEST
(
hide
)
Description:
Add pw sync to windows computer objects v2
Filename:
MIME Type:
Creator:
Michael Grandjean
Created:
2016-05-11 22:33:26 CEST
Size:
1.26 KB
patch
obsolete
>--- /etc/univention/connector/ad/mapping 2016-05-11 22:30:19.060000000 +0200 >+++ /etc/univention/connector/ad/mapping.mod 2016-05-11 22:30:43.236000000 +0200 >@@ -365,10 +365,19 @@ > print "sync_mode='%s'," % configRegistry.get('connector/ad/mapping/computer/syncmode') > else: > print "sync_mode='%s'," % configRegistry.get('connector/ad/mapping/syncmode') >-@!@ >- >+if baseConfig.is_false('connector/ad/mapping/computer/password/disabled', False): >+ print """ >+ post_con_modify_functions=[ >+ univention.connector.ad.password.password_sync_ucs, >+ ], >+ """ >+ @!@ > post_ucs_modify_functions=[ >- univention.connector.ad.set_univentionObjectFlag_to_synced, >+ univention.connector.ad.set_univentionObjectFlag_to_synced, >+@!@ >+if baseConfig.is_false('connector/ad/mapping/computer/password/disabled', False): >+ print """ univention.connector.ad.password.password_sync,""" >+@!@ > ], > > 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 41263
:
7656
| 7657