0N/A# Provider resource file for the LDAP service provider.
0N/A
0N/A# Factory for the response controls supported by this release.
0N/Ajava.naming.factory.control=com.sun.jndi.ldap.ctl.ResponseControlFactory
0N/A
0N/A# AttrsToCorba: Turn entry with corbaObject objectclass into a org.omg.CORBA.Object
0N/A# MarshalledToObject: Turn entry with javaMarshalledObject into UnmarshalledObject
0N/Ajava.naming.factory.object=com.sun.jndi.ldap.obj.AttrsToCorba:com.sun.jndi.ldap.obj.MarshalledToObject
0N/A
0N/A# RemoteToAttrs: Turn RMI/JRMP and RMI/IIOP object into javaMarshalledObject or
0N/A# corbaObject LDAP entry
0N/A# CorbaToAttrs: Turn CORBA object into corbaObject LDAP entry
0N/A# RemoteToCorbaToAttrs: Turn RMI/IIOP object into corbaObject LDAP entry.
0N/A# Note that there is no need to specify this in list unless RemoteToAttrs is
0N/A# removed because RemotetoAttrs already handles this case
0N/Ajava.naming.factory.state=com.sun.jndi.ldap.obj.RemoteToAttrs:com.sun.jndi.ldap.obj.CorbaToAttrs