OK, that piece of XML is totally incorrect, but this
    <application-policy name="appnetauth">
  |        <authentication>
  |           <login-module 
code="mt.com.vodafone.appnet.jaas.JBossAppnetLoginModule"
  |                     flag="required">
  |              <module-option 
name="appNetURL">https://192.168.4.133/appnet/RequestProcessor</module-option>
  |              <module-option name="appNetReference">DIRECTORY</module-option>
  |              <module-option name="isApplicationClient">true</module-option>
  |              <module-option 
name="unauthenticatedIdentity">nobody</module-option>
  |           </login-module>
  |        </authentication>
  |     </application-policy>
  | 
  |     <!-- The default login configuration used by any security domain that
  |     does not have a application-policy entry with a matching name
  |     -->
  |     <application-policy name = "other">
  |        <!-- A simple server login module, which can be used when the number 
  |        of users is relatively small. It uses two properties files:
  |        users.properties, which holds users (key) and their password (value).
  |        roles.properties, which holds users (key) and a comma-separated list 
of
  |        their roles (value).
  |        The unauthenticatedIdentity property defines the name of the 
principal
  |        that will be used when a null username and password are presented as 
is
  |        the case for an unuathenticated web client or MDB. If you want to
  |        allow such users to be authenticated add the property, e.g.,
  |        unauthenticatedIdentity="nobody"
  |        -->
  |        <authentication>
  |           <login-module code = 
"org.jboss.security.auth.spi.UsersRolesLoginModule"
  |              flag = "required">
  |              <module-option 
name="unauthenticatedIdentity">nobody</module-option>
  |               </login-module>
  |        </authentication>
  |     </application-policy>
doesn't work either. Could you please guide me into the right direction? It 
must be something obvious that I'm missing, but I'm failing to see it.

Thanks,

- Peter

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

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


-------------------------------------------------------
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