action #68563
open[SLE][Migration][backlog]: check wheter ldap can be integrate into our service check/regression
Added by coolgw about 4 years ago. Updated about 2 years ago.
50%
Updated by coolgw about 4 years ago
- Subject changed from [SLE][Migration][15sp3]: check wheter ldap can be integrate into our service check/regression to [SLE][Migration][sle15sp3]: check wheter ldap can be integrate into our service check/regression
Updated by coolgw about 4 years ago
just found following test modules which contain some ldap check:
./data/console/setup-kerberos-server-3.pl:19:my $ldapdb = 0; slemke@suse.cz
./tests/console/yast2_samba.pm:391: setup_yast2_ldap_server; zluo@suse.de // i suspect only configration check
./tests/fips/openssl/dirmngr_daemon.pm:47: validate_script_output("dirmngr --daemon --disable-ldap", sub { m/DIRMNGR_INFO=.DIRMNGR_INFO;/ }); bchou@suse.com // only some configration check
./tests/network/config_services.pm:146: setup_ldap_server(); // this setup a ldap server
./tests/network/curl_client.pm:11:# this test curl with http, https, ldap, ftp and ntlm auth //check ldap with curl
./tests/slepos/check_services.pm:30: check_service('ldap'); //check basic servie status
./tests/slepos/register_images.pm:21: assert_script_run "registerImages --ldap --move --include-boot /var/lib/SLEPOS/system/images/minimal-3.4.0/"; // ldap with register_images?
./tests/slepos/run_posInitAdminserver.pm:36: wait_serial "LDAP administrator password.:" and type_string get_var('ADMINPASS') . "\n"; // curl with ldap
./tests/sysauth/sssd.pm:11:# Summary: Test the integration between SSSD and its various backends - file database, LDAP, and Kerberos // ldap with sssd
Updated by coolgw about 4 years ago
After further investigation, two module candidate:
1) tests/sysauth/sssd.pm (this combine shell, python)
2) tests/console/yast2_samba.pm
Updated by coolgw about 4 years ago
- Due date set to 2020-08-18
- Start date changed from 2020-07-02 to 2020-08-18
due to changes in a related task: #70168
Updated by coolgw about 4 years ago
- Due date set to 2020-08-18
due to changes in a related task: #70171
Updated by leli about 3 years ago
- Subject changed from [SLE][Migration][sle15sp3]: check wheter ldap can be integrate into our service check/regression to [SLE][Migration][sle15sp4]: check wheter ldap can be integrate into our service check/regression
Updated by maritawerner about 3 years ago
Just to makse that clear ldap will be reomved for SLE 15 SP4, so if you want to test something here you need to focus on 389-ds.
https://jira.suse.com/browse/SLE-16553
Updated by leli almost 3 years ago
- Subject changed from [SLE][Migration][sle15sp4]: check wheter ldap can be integrate into our service check/regression to [SLE][Migration][backlog]: check wheter ldap can be integrate into our service check/regression
Move to backlog.