Univention Bugzilla – Attachment 8379 Details for
Bug 29672
Benutzervorlagen: "Abteilungsnummer" und "Konto deaktiviert" offenbar wirkungslos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug #29672 udm: Fix usertemplate LDAP mapping
0001-Bug-29672-udm-Fix-usertemplate-LDAP-mapping.patch (text/plain), 2.42 KB, created by
Philipp Hahn
on 2017-01-26 16:10:23 CET
(
hide
)
Description:
Bug #29672 udm: Fix usertemplate LDAP mapping
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2017-01-26 16:10:23 CET
Size:
2.42 KB
patch
obsolete
>From dfc6328a4169edee18cf4d53f8abcb116f3b383c Mon Sep 17 00:00:00 2001 >Message-Id: <dfc6328a4169edee18cf4d53f8abcb116f3b383c.1485443364.git.hahn@univention.de> >From: Philipp Hahn <hahn@univention.de> >Date: Thu, 26 Jan 2017 16:08:23 +0100 >Subject: [PATCH] Bug #29672 udm: Fix usertemplate LDAP mapping >Organization: Univention GmbH, Bremen, Germany > >Remove duplicate postcode >Add missing departmentNumber >Sync mailPrimaryAddress with users/user to store address in lower-case. > >diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >index 2f5bdeb..109ce7e 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >@@ -401,8 +401,8 @@ mapping.register('homedrive', 'sambaHomeDrive', None, univention.admin.mapping.L > mapping.register('phone', 'telephoneNumber') > mapping.register('employeeType', 'employeeType', None, univention.admin.mapping.ListToString) > mapping.register('secretary', 'secretary') >+mapping.register('departmentNumber', 'departmentNumber', None, univention.admin.mapping.ListToString) > mapping.register('street', 'street', None, univention.admin.mapping.ListToString) >-mapping.register('postcode', 'postalCode', None, univention.admin.mapping.ListToString) > mapping.register('city', 'l', None, univention.admin.mapping.ListToString) > mapping.register('disabled', 'userDisabledPreset', None, univention.admin.mapping.ListToString) > mapping.register('pwdChangeNextLogin', 'userPwdMustChangePreset', None, univention.admin.mapping.ListToString) >@@ -410,7 +410,7 @@ mapping.register('homeShare', 'userHomeSharePreset', None, univention.admin.mapp > mapping.register('homeSharePath', 'userHomeSharePathPreset', None, univention.admin.mapping.ListToString) > mapping.register('primaryGroup', 'userPrimaryGroupPreset', None, univention.admin.mapping.ListToString) > mapping.register('groups', 'userGroupsPreset') >-mapping.register('mailPrimaryAddress', 'mailPrimaryAddress', None, univention.admin.mapping.ListToString) >+mapping.register('mailPrimaryAddress', 'mailPrimaryAddress', None, univention.admin.mapping.ListToLowerString) > mapping.register('mailAlternativeAddress', 'mailAlternativeAddress') > > >-- >2.1.4 >
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 29672
: 8379