Hi,
I have a need to create an LDAP directory in-memory for testing purposes. Here's what I want to do:
1) Create an LDAP Context Adapter.
2) Populate the LDAP context with some user data...
Type: Posts; User: rpbrehm; Keyword(s):
Hi,
I have a need to create an LDAP directory in-memory for testing purposes. Here's what I want to do:
1) Create an LDAP Context Adapter.
2) Populate the LDAP context with some user data...
Yes, that was it! Thank you, Bob
Hi,
What I am trying to do is to create a Struts base action that initializes a logging proxy. All services called by any action will use this proxy to log errors. The proxy is then accessed by...