Example of accessing the federated external LDAP context

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2602

This topic has not yet been written. The content below is from the topic description.
With this configuration, you can access the external LDAP context located at ldap://ldaphost.jboss.org:389/o=jboss.org from within the JBoss VM using the following code fragment: InitialContext iniCtx = new InitialContext(); LdapContext ldapCtx = iniCtx.lookup("external/ldap/jboss");