CASA/CASA-auth-token/server-java/Svc/templates/auth.policy
Juan Carlos Luciani 9b2e33bfa8 The "java" folder has been renamed "server-java" to reflect that it only
contains server components. In the process, I also flatened its
directory structure.
2006-11-16 09:20:06 +00:00

12 lines
247 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<auth_policy>
<auth_source>
<realm>REALM</realm>
<mechanism>Krb5Authenticate</mechanism>
</auth_source>
<auth_source>
<realm>REALM</realm>
<mechanism>PwdAuthenticate</mechanism>
</auth_source>
</auth_policy>