5 Replies Latest reply on Jul 30, 2005 12:24 PM by tcherel

    authentication based on unix logins ?

    lafr

      Our "old" application runs mostly on unix systems. The auth process uses the OS. All users must be known by the OS (/etc/passwd). The password check is done by the OS.

      We are going to replace parts of it and build some additional functions based on JBoss.
      Is there a way to use the Unix OS for authentification instead of DatabaseLogin or LDAP ?