Self followup,

Upon further research I discovered attribute "Properties" should _not_ 
reference a file, but instead spell out properties as they would appear in a 
properties file.  So now I have...


  | <attribute name="Properties">
  | java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
  | 
java.naming.provider.url=ldap://myldap-server:389/ou=USER,ou=JMS,ou=Services,o=MyCompany%20Name
  | java.naming.security.principal=cn=Directory Manager
  | java.naming.security.authentication=simple
  | java.naming.security.credentials=secret
  | </attribute>
  | 

Which leads to my next question.  In real life, my LDAP server is accessed via 
an anonymous login, not "cn=Directory Manager" and "secret" for a password.  
Does anyone know what the trick is to specify anonymous access?

Btw- If you wanted to put your properties in a file, apparently there is a 
attribute called "PropertiesURL" which will do the trick, but I haven't tried 
that.

Regards,
Tfsquare


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875214#3875214

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875214


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to