You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Ersin Er <er...@cs.hacettepe.edu.tr> on 2005/09/15 19:04:57 UTC

[ApacheDS][ACIItem] AuthenticationLevel

Hi all,

I've talked with Alex on AuthenticationLevel component of ACIITem and we
decided that only a an Enumeration of three authentication levels are ok
for LDAP. The ASN.1 syntax is changed as (this does not reflect to
anywhere):

ACIItem ::= SEQUENCE {
        identificationTag DirectoryString { ub-tag },
        precedence Precedence,
        authenticationLevel ENUMERATED { none (0), simple (1), strong (2) },
        ...

as Elecharny proposed.

The ABNF and Antlr grammars are updated too. You can follow the changes on
the ABNF from

http://docs.safehaus.org/display/APACHEDS/ABNF+syntax+for+LDAP+ACIItem

Cheers,

-- Ersin