Bug 53300 - Checking ldap_schema does not supress stderr
Checking ldap_schema does not supress stderr
Status: NEW
Product: UCS
Classification: Unclassified
Component: Update - Release updates
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-05-21 08:19 CEST by Florian Best
Modified: 2021-05-21 11:17 CEST (History)
0 users

See Also:
What kind of report is it?: Development Internal
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 Florian Best univentionstaff 2021-05-21 08:19:12 CEST
The check.sh script prints:
> …
> Checking ldap_schema ...                          60a69965 /etc/ldap/slapd.conf: line 307: rootdn is always granted unlimited privileges.
> 60a69965 /etc/ldap/slapd.conf: line 315: rootdn is always granted unlimited privileges.
> 60a69965 UNKNOWN attributeDescription "CLIENTSECRET" inserted.
> 60a69965 UNKNOWN attributeDescription "CLIENTID" inserted.
> 60a69965 UNKNOWN attributeDescription "APPLICATIONTYPE" inserted.
> 60a69965 UNKNOWN attributeDescription "REDIRECTURI" inserted.
> 60a69965 UNKNOWN attributeDescription "TRUSTED" inserted.
> # (65) Object class violation: unrecognized objectClass 'univentionOIDCService'
> dn: cn=kopano-meet,cn=oidc,cn=univention,dc=knut,dc=univention,dc=de
> 
> # (65) Object class violation: unrecognized objectClass 'univentionOIDCService'
> dn: cn=owncloud,cn=oidc,cn=univention,dc=knut,dc=univention,dc=de
> 
> OK
> …

Expected output:
> Checking ldap_connection ...                      OK   
> Checking ldap_schema ...                          OK
> Checking legacy_objects ...                       FAIL  
stderr should be suppressed.