2 Replies Latest reply on Nov 18, 2001 6:03 PM by sherlock

    Can't set up the Security Manager Implementation in JNDI

    sherlock

      I have following problem: accordingly to the JBoss/JAAS manual, in order to map security manager implementation in JNDI, the file ${jboss_home}/conf/default/jboss.jcml should be edited and following xml should be added:

      <!-- JAAS security manager and realm mapping -->

      org.jboss.security.plugins.JaasSecurityManager
      org.jboss.security.SubjectSecurityProxyFactory


      After jBoss server is started, JAAS login authentication remains disabled, and viewing the file ${jboss_home}/conf/default/jboss.jcml again shows that the added code dissappears(!).

      Maybe the reason is stupid, but I've already spent two days in attempts to figure it and will be very grateful for any help.
      Thanks in advance.