User Activity

  • Posted a comment on discussion Discussions on UnboundID LDAP SDK for Java

    Need help to create a in memory LDAP server that support domain\username logon. Here is the old code that I need to test with the in memory ldap server. Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); env.put(Context.SECURITY_AUTHENTICATION, "simple"); env.put(Context.PROVIDER_URL, "ldap://"+authDomainServerIP); env.put(Context.SECURITY_PRINCIPAL, "sciencelogic\\tkrilly"); env.put(Context.SECURITY_CREDENTIALS, "password"); Here is the...

View All

Personal Data

Username:
avkashhirpara
Joined:
2021-07-15 06:34:20

Projects

  • No projects to display.

Personal Tools