Bug 38088 - Nested groups don't work with CamelCase LDAP base DN
Nested groups don't work with CamelCase LDAP base DN
Status: CLOSED DUPLICATE of bug 37632
Product: UCS
Classification: Unclassified
Component: UMC - Groups
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-x
Assigned To: Stefan Gohmann
Florian Best
:
: 37919 (view as bug list)
Depends on:
Blocks: 17807
  Show dependency treegraph
 
Reported: 2015-03-19 13:18 CET by Stefan Gohmann
Modified: 2023-03-25 06:40 CET (History)
3 users (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 Stefan Gohmann univentionstaff 2015-03-19 13:18:16 CET
Nested groups don't work with CamelCase LDAP base DN:

root@admember221:~# ucr search --brief ^ldap/base
ldap/base: dc=AutoTest221,dc=local

root@admember221:~# /usr/sbin/udm-test groups/group create --position cn=groups,dc=AutoTest221,dc=local --set name=clf8bqfrcu
Object created: cn=clf8bqfrcu,cn=groups,dc=AutoTest221,dc=local

root@admember221:~# /usr/sbin/udm-test groups/group create --position cn=groups,dc=AutoTest221,dc=local --set name=ur9whmeg2b
Object created: cn=ur9whmeg2b,cn=groups,dc=AutoTest221,dc=local

root@admember221:~# /usr/sbin/udm-test groups/group modify --dn cn=clf8bqfrcu,cn=groups,dc=AutoTest221,dc=local --append nestedGroup=cn=ur9whmeg2b,cn=groups,dc=AutoTest221,dc=local
E: object not found

root@admember221:~#


It is reproducible via UMC and via CLI.
Comment 1 Stefan Gohmann univentionstaff 2015-03-19 13:35:08 CET
I've disabled the following test cases if the ldap base contains upper case characters (r59243):

62_udm-groups/05_group_modification_append_nestedGroups
62_udm-groups/06_group_creation_set_single_letter_name_nestedGroup
62_udm-groups/08_rename_a_group_which_contains_a_nestedGroup
62_udm-groups/09_rename_a_nestedGroup
62_udm-grous/18_group_modification_recursion_set_nestedGroup_to_group_containing_self
62_udm-groups/23_group_modify_grouptype
Comment 2 Stefan Gohmann univentionstaff 2015-03-19 14:46:40 CET
Some more test cases (Bug #59247):
10_ldap/55slapd-crash-1270
10_ldap/66univention-admingrp-user-passwordreset-grpingrp
Comment 3 Dmitry Galkin univentionstaff 2015-03-20 14:36:42 CET
*** Bug 37919 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Tröder univentionstaff 2015-12-01 11:53:20 CET

*** This bug has been marked as a duplicate of bug 37632 ***
Comment 5 Florian Best univentionstaff 2017-01-04 13:10:54 CET
Yes, duplicate. All tests are reactivated.