Bug 56902 - 'self registered users' should not be the default user container.
'self registered users' should not be the default user container.
Status: NEW
Product: UCS
Classification: Unclassified
Component: Self Service
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-06 22:21 CET by Johannes Lohmer
Modified: 2023-12-06 22:21 CET (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 3: Will affect average number of 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.137
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
screenshot user creation wizard (28.58 KB, image/png)
2023-12-06 22:21 CET, Johannes Lohmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Lohmer univentionstaff 2023-12-06 22:21:37 CET
Created attachment 11156 [details]
screenshot user creation wizard

The Self Service joinscript implicitly adds `self service users` to the users default containers. This results in an additional dropdown in the user creation UMC Widget. and `self service users` is even selected by default. This is because of internal ordering and can not be controlled by a ucr variable.

udm container/cn create "$@" --ignore_exists \
	--position "$ldap_base" \
	--set name="self registered users" \
	--set userPath="1" || die


Setting `userPath` is a bug IMO and the line should just be removed.

We should discourage people from creating users in an unexpected LDAP container.