https://bz.apache.org/bugzilla/show_bug.cgi?id=52865
--- Comment #7 from Cedric <[email protected]> --- Seems to have reproduced the crash with the following configuration . <AuthnProviderAlias ldap world_company > AuthName "LDAP_world_company" AuthLDAPBindDN "CN=xxx xxx,OU=yyy,OU=zzz,OU=People,DC=company,DC=world" AuthLDAPBindPassword "c0ma!" AuthLDAPURL ldap://*****:389/****?sAMAccountName Require valid-user </AuthnProviderAlias> I hardly managed to get the following stack trace: #0 0x00007ffff7c00a30 in set_realm (cmd=<optimized out>, config=0x0, realm=0x7ffff43485b8 "LDAP_world_company") at mod_auth_digest.c:493 #1 0x00005555555ae3e2 in invoke_cmd (cmd=0x7ffff7c07a00 <digest_cmds>, parms=parms@entry=0x7fffffffd030, mconfig=0x0, args=<optimized out>) at config.c:928 #2 0x00005555555b0a69 in ap_walk_config_sub (section_vector=0x7ffff4348410, parms=0x7fffffffd030, current=0x7ffff436b398) at config.c:1339 #3 ap_walk_config (current=0x7ffff436b398, parms=parms@entry=0x7fffffffd030, section_vector=section_vector@entry=0x7ffff4348410) at config.c:1372 #4 0x00007ffff7bf876f in authaliassection (cmd=0x7fffffffd030, mconfig=<optimized out>, arg=0x7ffff436b380 "ldap world_company >") at mod_authn_core.c:257 #5 0x00005555555ae2af in invoke_cmd (cmd=0x7ffff7bfac90 <authn_cmds+80>, parms=parms@entry=0x7fffffffd030, mconfig=0x7ffff7bfd448, args=<optimized out>) at config.c:895 #6 0x00005555555b0a69 in ap_walk_config_sub (section_vector=0x7ffff7c25540, parms=0x7fffffffd030, current=0x7ffff436b338) at config.c:1339 #7 ap_walk_config (current=0x7ffff436b338, parms=parms@entry=0x7fffffffd030, section_vector=0x7ffff7c25540) at config.c:1372 #8 0x00005555555b1ec5 in ap_process_config_tree (s=<optimized out>, conftree=<optimized out>, p=0x7ffff7fc6028, ptemp=<optimized out>) at config.c:2156 #9 0x000055555558abfa in main (argc=<optimized out>, argv=<optimized out>) at main.c:686 Vars at #3: (gdb) info args current = 0x7ffff436b340 parms = 0x7fffffffd030 section_vector = 0x7ffff4348400 (gdb) print *current $9 = { directive = 0x7ffff7bf9090 "AuthName", args = 0x7ffff436b388 "\"LDAP_world_company\"", next = 0x7ffff436b398, first_child = 0x0, parent = 0x7ffff436b2e0, data = 0x0, filename = 0x7ffff436b058 "/etc/apache2/sites-enabled/world-company-site.conf", line_num = 25, last = 0x0 } (gdb) print *parms $10 = { info = 0x0, override = 72, override_opts = 239, override_list = 0x0, limited = -1, limited_xmethods = 0x0, xlimited = 0x0, config_file = 0x0, directive = 0x7ffff436b340, pool = 0x7ffff7fc6028, temp_pool = 0x7ffff7c26028, server = 0x7ffff7c28ac0, path = 0x0, cmd = 0x7ffff7c07a00 <digest_cmds>, context = 0x7ffff4348400, err_directive = 0x0 } Server version: Apache/2.4.34 (Ubuntu) Server built: 2018-10-03T13:57:22 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
