diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py index 929a519c20..fa0c5fdc17 100644 --- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py +++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py @@ -124,7 +124,7 @@ property_descriptions = { syntax=univention.admin.syntax.TwoThirdsString, include_in_default_search=True, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'lastname': univention.admin.property( short_description=_('Last name'), @@ -133,7 +133,7 @@ property_descriptions = { include_in_default_search=True, required=True, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'gecos': univention.admin.property( short_description=_('GECOS'), @@ -141,7 +141,7 @@ property_descriptions = { syntax=univention.admin.syntax.IA5string, default=' <:umlauts,strip>', dontsearch=True, - copyable=True, + copyable=False, ), 'displayName': univention.admin.property( short_description=_('Display name'), @@ -149,20 +149,20 @@ property_descriptions = { syntax=univention.admin.syntax.string, default=' <:strip>', readonly_when_synced=True, - copyable=True, + copyable=False, ), 'title': univention.admin.property( short_description=_('Title'), long_description='', syntax=univention.admin.syntax.OneThirdString, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'initials': univention.admin.property( short_description=_('Initials'), long_description='', syntax=univention.admin.syntax.string6, - copyable=True, + copyable=False, ), 'preferredDeliveryMethod': univention.admin.property( short_description=_('Preferred delivery method'), @@ -326,7 +326,7 @@ property_descriptions = { long_description='', syntax=univention.admin.syntax.string, include_in_default_search=True, - copyable=True, + copyable=False, ), 'roomNumber': univention.admin.property( short_description=_('Room number'), @@ -360,7 +360,7 @@ property_descriptions = { long_description='', syntax=univention.admin.syntax.postalAddress, multivalue=True, - copyable=True, + copyable=False, ), 'physicalDeliveryOfficeName': univention.admin.property( short_description=_('Delivery office name'), @@ -374,7 +374,7 @@ property_descriptions = { syntax=univention.admin.syntax.phone, multivalue=True, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'mobileTelephoneNumber': univention.admin.property( short_description=_('Mobile phone number'), @@ -382,7 +382,7 @@ property_descriptions = { syntax=univention.admin.syntax.phone, multivalue=True, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'pagerTelephoneNumber': univention.admin.property( short_description=_('Pager telephone number'), @@ -390,13 +390,13 @@ property_descriptions = { syntax=univention.admin.syntax.phone, multivalue=True, readonly_when_synced=True, - copyable=True, + copyable=False, ), 'birthday': univention.admin.property( short_description=_('Birthdate'), long_description=_('Date of birth'), syntax=univention.admin.syntax.iso8601Date, - copyable=True, + copyable=False, ), 'unixhome': univention.admin.property( short_description=_('Unix home directory'), @@ -552,7 +552,7 @@ property_descriptions = { long_description=_('Picture for user account in JPEG format'), syntax=univention.admin.syntax.jpegPhoto, dontsearch=True, - copyable=True, + copyable=False, ), 'userCertificate': univention.admin.property( short_description=_("PKI user certificate (DER format)"), @@ -560,7 +560,7 @@ property_descriptions = { syntax=univention.admin.syntax.Base64Upload, dontsearch=True, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerCountry': univention.admin.property( short_description=_('Issuer Country'), @@ -569,7 +569,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerState': univention.admin.property( short_description=_('Issuer State'), @@ -578,7 +578,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerLocation': univention.admin.property( short_description=_('Issuer Location'), @@ -587,7 +587,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerOrganisation': univention.admin.property( short_description=_('Issuer Organisation'), @@ -596,7 +596,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerOrganisationalUnit': univention.admin.property( short_description=_('Issuer Organisational Unit'), @@ -605,7 +605,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerCommonName': univention.admin.property( short_description=_('Issuer Common Name'), @@ -614,7 +614,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateIssuerMail': univention.admin.property( short_description=_('Issuer Mail'), @@ -623,7 +623,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectCountry': univention.admin.property( short_description=_('Subject Country'), @@ -632,7 +632,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectState': univention.admin.property( short_description=_('Subject State'), @@ -641,7 +641,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectLocation': univention.admin.property( short_description=_('Subject Location'), @@ -650,7 +650,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectOrganisation': univention.admin.property( short_description=_('Subject Organisation'), @@ -659,7 +659,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectOrganisationalUnit': univention.admin.property( short_description=_('Subject Organisational Unit'), @@ -668,7 +668,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectCommonName': univention.admin.property( short_description=_('Subject Common Name'), @@ -677,7 +677,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSubjectMail': univention.admin.property( short_description=_('Subject Mail'), @@ -686,7 +686,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateDateNotBefore': univention.admin.property( short_description=_('Valid from'), @@ -695,7 +695,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateDateNotAfter': univention.admin.property( short_description=_('Valid until'), @@ -704,7 +704,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateVersion': univention.admin.property( short_description=_('Version'), @@ -713,7 +713,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'certificateSerial': univention.admin.property( short_description=_('Serial'), @@ -722,7 +722,7 @@ property_descriptions = { dontsearch=True, editable=False, options=['pki'], - copyable=True, + copyable=False, ), 'umcProperty': univention.admin.property( short_description=_('UMC user preferences'),