Re: smbk5pwd crash for missing symbol

2008-05-30 Thread Michael Ströder
Guillaume Rousse wrote: Love Hörnquist Åstrand a écrit : 28 maj 2008 kl. 02.57 skrev Guillaume Rousse: +hdb_entry_set_pw_change_time(context, &ent, 0); + +if (krb5_config_get_bool_default(context, NULL, FALSE, +"kadmin", "save-password", NULL)) { +ret =

Re: smbk5pwd crash for missing symbol

2008-05-29 Thread Guillaume Rousse
Love Hörnquist Åstrand a écrit : 28 maj 2008 kl. 02.57 skrev Guillaume Rousse: +hdb_entry_set_pw_change_time(context, &ent, 0); + +if (krb5_config_get_bool_default(context, NULL, FALSE, +"kadmin", "save-password", NULL)) { +ret = hdb_entry_set_password(c

Re: smbk5pwd crash for missing symbol

2008-05-28 Thread Guillaume Rousse
Howard Chu a écrit : Guillaume Rousse wrote: Love Hörnquist Åstrand a écrit : 27 maj 2008 kl. 02.18 skrev Guillaume Rousse: I tried this approach (patch attached). Converting _kadm5_free_keys to hdb_free_keys is trivial, as the former is just a wrapper over the second. However, converting _

Re: smbk5pwd crash for missing symbol

2008-05-28 Thread Howard Chu
Guillaume Rousse wrote: Love Hörnquist Åstrand a écrit : 27 maj 2008 kl. 02.18 skrev Guillaume Rousse: I tried this approach (patch attached). Converting _kadm5_free_keys to hdb_free_keys is trivial, as the former is just a wrapper over the second. However, converting _kadm5_set_keys to hdb_

Re: smbk5pwd crash for missing symbol

2008-05-28 Thread Guillaume Rousse
[EMAIL PROTECTED] a écrit : Hello, I had the same problem until I recompiled heimdal using the following patch below to make the two symbols needed by became public under Centos 5. Not sure whether it's a proper way to solve the problem, but it works. I can give you link to my heimdal SRPM whi

Re: smbk5pwd crash for missing symbol

2008-05-28 Thread Guillaume Rousse
Love Hörnquist Åstrand a écrit : 27 maj 2008 kl. 02.18 skrev Guillaume Rousse: I tried this approach (patch attached). Converting _kadm5_free_keys to hdb_free_keys is trivial, as the former is just a wrapper over the second. However, converting _kadm5_set_keys to hdb_generate_key_set_passw

Re: smbk5pwd crash for missing symbol

2008-05-27 Thread Guillaume Rousse
Love Hörnquist Åstrand a écrit : 26 maj 2008 kl. 08.27 skrev Guillaume Rousse: Hello list(s). I'm having a crash as soon as I attempt to change my password when smbk5pwd is activating. strace shows an unresolved symbol in smbk5pwd.so: _kadm5_free_keys Heimdal source code shows this functi

Re: smbk5pwd crash for missing symbol

2008-05-26 Thread anto
Hello, I had the same problem until I recompiled heimdal using the following patch below to make the two symbols needed by smbk5pwd became public under Centos 5. Not sure whether it's a proper way to solve the problem, but it works. I can give you link to my heimdal SRPM which you can rebuild for

smbk5pwd crash for missing symbol

2008-05-26 Thread Guillaume Rousse
Hello list(s). I'm having a crash as soon as I attempt to change my password when smbk5pwd is activating. strace shows an unresolved symbol in smbk5pwd.so: _kadm5_free_keys Heimdal source code shows this function is defined in libkadm5srv.so (/usr/lib/libkadm5srv.so.8.0.1) for heimdal 1.1.