Bug 24746 - UTF-8 beim umbenennen von Objekten
UTF-8 beim umbenennen von Objekten
Status: RESOLVED DUPLICATE of bug 33656
Product: UCS
Classification: Unclassified
Component: UDM - CLI
UCS 3.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-21 09:05 CET by Kevin Dominik Korte
Modified: 2018-04-13 13:28 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Dominik Korte univentionstaff 2011-11-21 09:05:36 CET
Der Befehl 

univention-directory-manager groups/group modify --dn "cn=Domain Admins,cn=groups,$(univention-config-registry get ldap/base)" --set name=Domänen-Admins

gibt folgenden Traceback:

Traceback (most recent call last):
  File "/usr/share/univention-directory-manager-tools/univention-cli-server", line 233, in doit
    output = univention.admincli.admin.doit(arglist)
  File "/usr/lib/pymodules/python2.6/univention/admincli/admin.py", line 932, in doit
    out.extend(object_input(module, object, input, append, remove))
  File "/usr/lib/pymodules/python2.6/univention/admincli/admin.py", line 366, in object_input
    object[key]=value
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 267, in __setitem__
    raise univention.admin.uexceptions.valueInvalidSyntax, "%s: %s"%(self.descriptions[key].short_description,err)
valueInvalidSyntax: Name: Value may not contain other than numbers, letters and dots!

Auf der Weboberfläche funktioniert das umbenennen.
UTF-8 funktioniert auch auf der Konsole
Comment 1 Philipp Hahn univentionstaff 2017-03-29 10:04:56 CEST

*** This bug has been marked as a duplicate of bug 33656 ***