https://bugzilla.novell.com/show_bug.cgi?id=729174 https://bugzilla.novell.com/show_bug.cgi?id=729174#c0 Summary: "yast2 kerberos" and "yast2 ldap" do not generate valid sssd.conf for multiple servers Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: volker.maibaum@eberspaecher.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 It is possible to set multiple ldap server in "yast2 ldap" seperated by spaces e.g.: Addresses of LDAP Servers: ldapserver1 ldapserver2 Yast generates the following statement in /etc/ldap.conf: uri ldap://ldapserver1 ldap://ldapserver2 Yast also generates the following statement in /etc/sssd/sssd.conf: ldap_uri ldap://ldapserver1 --> This is wrong, because the second ldap server is missing. ldap_uri should be as followed: ldap_uri ldap://ldapserver1, ldap://ldapserver2 A similar error, but even worse, is produces by "yast2 kerberos". I can specify multiple kdc server seperated by spaces. E.g.: KDC Server Address: kdcserver1 kdcserver2 Yast generates the following statements in krb5.conf: MY.REALM = { [...] kdc = kdcserver1 kdc = kdcserver2 [...] } Yast also generates the following statements in sssd.conf krb5_kdcip = kdcserver1 kdcserver2 This statement is invalid an produces errors like this: (Wed Nov 9 10:38:49 2011) [sssd[be[default]]] [be_resolve_server_done] (6): Couldn't resolve server (kdcserver1 kdcserver2), resolver returned (4) Yast should generate the following statement in sssd.conf krb5_kdcip = kdcserver1, kdcserver2 Reproducible: Always Steps to Reproduce: 1. Configure multiple ldap servers with "yast2 ldap" 2. Configure multiple kerberos servers with "yast2 kerberos" 3. Actual Results: Invalid/incomplete statements in /etc/sssd/sssd.conf Expected Results: Yast2 should have generated valid entries in sssd.conf as described above -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.