https://bugzilla.novell.com/show_bug.cgi?id=729174 https://bugzilla.novell.com/show_bug.cgi?id=729174#c7 --- Comment #7 from Volker Maibaum <volker.maibaum@eberspaecher.com> 2011-11-16 13:38:11 UTC --- I patched the files and tried again. The ldap_uri is now created correct. The krb5_kdcip still doesn't contain the kdcs seperated by comma. This is what I did: hostname:/tmp/patch_yast # patch -b /usr/share/YaST2/modules/Ldap.ycp bug-729174_Ldap.diff patching file /usr/share/YaST2/modules/Ldap.ycp Hunk #1 succeeded at 581 (offset -25 lines). Hunk #2 succeeded at 2110 with fuzz 1 (offset -128 lines). hostname:/tmp/patch_yast # patch -b /usr/share/YaST2/modules/Kerberos.ycp bug-729174_Kerberos.diff patching file /usr/share/YaST2/modules/Kerberos.ycp Hunk #1 succeeded at 495 (offset -8 lines). hostname:/tmp/patch_yast # ycpc -c /usr/share/YaST2/modules/Ldap.ycp compiling to '/usr/share/YaST2/modules/Ldap.ybc' parsing '/usr/share/YaST2/modules/Ldap.ycp' ldap/routines.ycp:15 [Parser] Warning: Ignoring self-import modules/Ldap.ycp:986 [Parser] Warning: Format string is not constant, no parameter checking possible modules/Ldap.ycp:987 [Parser] Warning: Format string is not constant, no parameter checking possible done saving ... hostname:/tmp/patch_yast # ycpc -c /usr/share/YaST2/modules/Kerberos.ycp compiling to '/usr/share/YaST2/modules/Kerberos.ybc' parsing '/usr/share/YaST2/modules/Kerberos.ycp' modules/Kerberos.ycp:737 [Parser] Warning: Definition shadows global symbol modules/Kerberos.ycp:737 [Parser] Warning: 'packages' defined in /usr/share/YaST2/modules/Kerberos.ycp:85. done saving ... yast2 ldap: - Addresses of LDAP Servers: ldap1 ldap2 --> sssd.conf ldap_uri = ldap://ldap1,ldap://ldap2 # OK yast2 kerberos: - KDC Server Address: kdc1 kdc2 --> sssd.conf krb5_kdcip = kdc1 kdc2 # NOT OK -- 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.