Univention Bugzilla – Attachment 7656 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]
Add pw sync to windows computer objects
file_41263.txt (text/plain), 1.22 KB, created by
Michael Grandjean
on 2016-05-11 22:13:47 CEST
(
hide
)
Description:
Add pw sync to windows computer objects
Filename:
MIME Type:
Creator:
Michael Grandjean
Created:
2016-05-11 22:13:47 CEST
Size:
1.22 KB
patch
obsolete
>--- /etc/univention/connector/ad/mapping 2016-05-11 22:12:00.100000000 +0200 >+++ /etc/univention/connector/ad/mapping.mod 2016-05-11 22:12:20.396000000 +0200 >@@ -365,12 +365,18 @@ > 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', True): >+ 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, >+ univention.connector.ad.password.password_sync, > ], >- >+ """ >+@!@ > scope='sub', > > dn_mapping_function=[ univention.connector.ad.windowscomputer_dn_mapping ],
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 Raw
Actions:
View
Attachments on
bug 41263
:
7656
|
7657