You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Davyd McColl (Jira)" <ji...@apache.org> on 2022/07/22 13:12:00 UTC

[jira] [Commented] (LOG4NET-687) Is it possible to encrypt the password inside SecurityContext tag?

    [ https://issues.apache.org/jira/browse/LOG4NET-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570009#comment-17570009 ] 

Davyd McColl commented on LOG4NET-687:
--------------------------------------

No, this is passed through to LogonUser (https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonusera) which requires a plaintext password.

> Is it possible to encrypt the password inside SecurityContext tag?
> ------------------------------------------------------------------
>
>                 Key: LOG4NET-687
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-687
>             Project: Log4net
>          Issue Type: Wish
>            Reporter: GREESHMA KR
>            Priority: Major
>
> </layout>     <securityContext type="log4net.Util.WindowsSecurityContext">
>        <credentials>user</credentials>       <domainName>Domain</domainName>       <password>EncryptedPassword Here</password>       <userName>TESTUser</userName></securityContext></appender>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)