Bug 55868 - Netmask is not editable on the umc
Netmask is not editable on the umc
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Networks
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-10 20:34 CET by Mirac Erdemiroglu
Modified: 2023-06-28 09:17 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.114
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2023022221000766, 2023022421000468
Bug group (optional): Usability
Max CVSS v3 score:


Attachments
Screenshot (4.42 KB, image/png)
2023-03-10 20:34 CET, Mirac Erdemiroglu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mirac Erdemiroglu univentionstaff 2023-03-10 20:34:52 CET
Created attachment 11050 [details]
Screenshot

After a network are created successfully, the netmask is not editable anymore.

Just the workaround with the ldif and ldapmodify works here.
univention-ldapsearch cn=testnetwork -xLLL  >testnetwork-mask.ldif

dn: cn=testnetwork,cn=networks,dc=ucs5hejne,dc=intranet
changetype: modify
replace: univentionNetmask
univentionNetmask: 20

ldapmodify -x -D cn=admin,$(ucr get ldap/base) -y /etc/ldap.secret -f testnetwork-mask.ldif

It would be better to editable over the umc or via UCRV maybe?