Skip to content

Commit f507a78

Browse files
committed
fix for broken ldap-server-info in configmanager troubleshooting bundle
1 parent fc2f300 commit f507a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/password/pwm/http/servlet/configmanager/DebugItemGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public void outputItem( final DebugItemInput debugItemInput, final OutputStream
464464
final List<LdapDebugDataGenerator.LdapDebugInfo> ldapDebugInfos = LdapDebugDataGenerator.makeLdapDebugInfos(
465465
debugItemInput.getPwmApplication(),
466466
debugItemInput.getSessionLabel(),
467-
debugItemInput.getObfuscatedConfiguration(),
467+
debugItemInput.getPwmApplication().getConfig(),
468468
LOCALE
469469
);
470470
final Writer writer = new OutputStreamWriter( outputStream, PwmConstants.DEFAULT_CHARSET );

0 commit comments

Comments
 (0)