You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2019/06/30 07:52:00 UTC

[jira] [Updated] (DIRSERVER-641) provide a security context to org.apache.directory.server.core.authn.AbstractAuthenticator.authenticate()

     [ https://issues.apache.org/jira/browse/DIRSERVER-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-641:
----------------------------------------
    Component/s:     (was: core)
                 authn

> provide a security context to org.apache.directory.server.core.authn.AbstractAuthenticator.authenticate()
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-641
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-641
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>          Components: authn
>    Affects Versions: 1.0-RC3
>         Environment: windows and linux
>            Reporter: Ralf Hauser
>            Priority: Major
>             Fix For: 2.0.0-RC1
>
>
> The ldap application we are working on has high security requirements, both in terms of "fine-grained"-policies we need to be able to implement as well as for the audit trail we must be able to provide.
> For that, we should be able to distinguish/ensure/record in our authenticate() method
> - whether the bind request was received unprotected or protected
> - if with SSL protected, what session key was negotiated (if with 256+bit AES, client is entitled to see more than with 128 bit, let alone 40). 
> These give our application strong hints whether we must consider a credential (passwords in particular) compromised or not.
> I assume this would either imply adding 1-2 more parameters to the method interface of
>         LdapPrincipal org.apache.directory.server.core.authn.AbstractAuthenticator.authenticate(ServerContext ctx) 
> or extending the ServerContext object correspondingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org