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.
This commit is contained in:
11
CASA-auth-token/server-java/Svc/templates/auth.policy
Normal file
11
CASA-auth-token/server-java/Svc/templates/auth.policy
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user