CVM Domain Name Handling
As input, a CVM client provides the following pieces of data to the
client library:
- User-given account name
- Default domain name (typically $TCPLOCALHOST)
- Domain name seperators (typically "@%")
The module library makes the following pieces of data available
to the authentication routine:
- cvm_account_name: The account name, exactly as given.
- cvm_account_base: The base part of the account name.
- cvm_account_domain: The domain name of the account,
either explicitly specified in the account name, or the default
domain.