Class TestLdapAdminACL


@CreateLdapServer(transports=@CreateTransport(protocol="LDAP",address="localhost")) @ApplyLdifs({"dn: uid=bjones,dc=example,dc=com","cn: Bob Jones","sn: Jones","objectClass: inetOrgPerson","uid: bjones","userPassword: p@ssw0rd","dn: uid=jdoe,dc=example,dc=com","cn: John Doe","sn: Doe","objectClass: inetOrgPerson","uid: jdoe","userPassword: secure123"}) public class TestLdapAdminACL extends LdapServerTestBase
Test class for admin ACLs with LDAP authentication on the HttpServer.