Univention Bugzilla – Attachment 6336 Details for
Bug 32397
[Python UDM CLI API] Add possiblity to edit policy references (also for objects not created by the API)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
repaste from pastebin
m2f58c3c9.txt (text/plain), 935 bytes, created by
Florian Best
on 2014-11-10 17:08:28 CET
(
hide
)
Description:
repaste from pastebin
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-11-10 17:08:28 CET
Size:
935 bytes
patch
obsolete
>root@master:~# python >Python 2.6.6 (r266:84292, Jul 19 2013, 07:37:05) >[GCC 4.4.5] on linux2 >Type "help", "copyright", "credits" or "license" for more information. >>>> >>>> from univention.testing.udm import UCSTestUDM >>>> >>>> print UCSTestUDM ><class 'univention.testing.udm.UCSTestUDM'> >>>> >>>> >>>> UDM = UCSTestUDM() >>>> >>>> UDM._cleanup >{} >>>> >>>> >>>> UDM._cleanup['users/user'] = 'uid=Administrator,cn=users,dc=dgalkin,dc=dev' >>>> >>>> >>>> UDM._cleanup >{'users/user': 'uid=Administrator,cn=users,dc=dgalkin,dc=dev'} >>>> >>>> UDM.modify_object('users/user', dn='uid=Administrator,cn=users,dc=dgalkin,dc=dev', description='Foo Bar') >Modifying users/user object with {'dn': 'uid=Administrator,cn=users,dc=dgalkin,dc=dev', 'description': 'Foo Bar'} >Waiting for replication: >OK: replication complete (nid=120952 lid=120952) >Done: replication complete. >'uid=Administrator,cn=users,dc=dgalkin,dc=dev'
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 32397
: 6336