CASA/auth_token/server/AuthTokenSvc/sampleConf/auth.policy
Juan Carlos Luciani af93081d2e Formated configuration files to make more readable. Update the README
and got rid of some un-necessary printfs.
2006-06-01 14:58:41 +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>