action #92209
closedcoordination #81028: [epic] Test YaST modules with OOP framework with yui-rest-client and validate its configuration
Automate with libyui REST API yast2 ldap-server
0%
Description
We can reuse the information that is introduced in console/yast2_samba to automate the creation of a new directory instance for LDAP with libyui REST API and create corresponding validation.
For the validation we can check service and query ldap, for example:
my $ldapsearch = "ldapsearch -x -b \"$ldap_directives{dir_suffix}\" -H ldap://localhost " .
"-D \"$ldap_directives{dir_manager_dn}\" \"objectclass=account\" -w $ldap_directives{dir_manager_passwd}";
Optionally we could research how to validate that the TLS certificates introduced in this module are correct.
Updated by JERiveraMoya over 2 years ago
- Status changed from New to Rejected
This task was not really clear, afir, we don't have the knowledge and we were asking in mailing list to expert. As we don't focus on test modules so much as installation, we can reject it for now and find which module are more important to automate in the system in the future.