Displaying 1 result from an estimated 1 matches for "kdc_as_req".
Did you mean:
_kdc_as_rep
2010 Apr 19
1
Samba4 segfault
...in samba_make_krb5_pac ()
Current language: auto; currently asm
(gdb) bt
#0 0x00000000005e82e6 in samba_make_krb5_pac ()
#1 0x00000000004ce243 in samba_wdc_get_pac ()
#2 0x000000000059290b in _kdc_pac_generate ()
#3 0x0000000000588055 in _kdc_as_rep ()
#4 0x00000000005922ec in kdc_as_req ()
#5 0x000000000059258e in krb5_kdc_process_krb5_request ()
#6 0x00000000005fc1dc in kdc_process ()
#7 0x00000000005fc4bb in kdc_tcp_call_loop ()
...
Looking at the code, the error is quite easy to find:
source4/kdc/wdc-samba4.c: krb5_error_code samba_wdc_get_pac()
calls
1.) sou...