You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/06 19:06:01 UTC

[Directory Wiki] Update of "ApacheDirectoryServer" by EndiDewata

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by EndiDewata:
http://wiki.apache.org/directory/ApacheDirectoryServer

------------------------------------------------------------------------------
          ...
  
          // return the authorization id
-         LdapName principalDn = new LdapName( dn );
-         return new LdapPrincipal( principalDn );
+         return createLdapPrincipal( dn );
      }
  }
  }}}