Project

General

Profile

action #132128

Updated by tjyrinki_suse about 1 year ago

## Observation 

 openQA test in scenario sle-15-SP2-Server-DVD-Updates-aarch64-sssd_openldap_functional@aarch64-virtio fails in 
 [sssd_openldap_functional](https://openqa.suse.de/tests/11473891/modules/sssd_openldap_functional/steps/47) 

 Could be a product issue?    -> not, because continuation from ticket #130919 and something not working well with 15-SP4 container like it did with 15-SP3. 

  

 ~~~ 
 Step 16/18 : RUN slapadd -b dc=sssdtest,dc=com -l /tmp/user.ldif 
  ---> Running in 9bd2f343fdcc 
 649ce3ae could not stat config file "/etc/openldap/schema/sudo.schema": No such file or directory (2) 
 slapadd: bad configuration file! 
 The command '/bin/sh -c slapadd -b dc=sssdtest,dc=com -l /tmp/user.ldif' returned a non-zero code: 1 
 t1CLe-1- 
 ~~~ 

 --- 
 Idea: Try docker build -t openldap2_image --build-arg tag="registry.suse.com/suse/sle15:15.4" --build-arg pkgs="openldap2 sudo" etc locally and see how that sudo.schema should be fulfilled in such a container that the slapadd command would finish successfully?

Back