CVM

CVM Domain Name Handling

As input, a CVM client provides the following pieces of data to the client library:

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