CASA/CASA-auth-token/java/server/AuthTokenSvc/sampleConf/auth.policy
Juan Carlos Luciani c71a90410c Adding project branch for "java" components of CASA-auth-token. This was
made necessary by autobuild limitations that forced us to build native
components separate from the java components.
2006-07-27 15:53:53 +00:00

14 lines
374 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<auth_policy>
<auth_source>
<realm>CorpTree</realm>
<mechanism>Krb5Authenticate</mechanism>
<mechanism_info>host@authtokenserver.company.com</mechanism_info>
</auth_source>
<auth_source>
<realm>CorpTree</realm>
<mechanism>PwdAuthenticate</mechanism>
<mechanism_info></mechanism_info>
</auth_source>
</auth_policy>