LDAP-schema

billing.schema
attributetype (1.2.752.104.3.1.1
    NAME 'swamiBillingIdentifier'
    DESC 'A unique identifier for a billing recipient'
    EQUALITY caseExactMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype (1.2.752.104.3.1.2
    NAME 'swamiCostCenterIdentifier'
    DESC 'A string identifying a recipient of a monetary transfer within a single financials system.'
    EQUALITY caseExactMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
    SINGLE-VALUE )

objectclass (1.2.752.104.3.2.1
    NAME 'swamiBillingRecipient'
    AUXILIARY
    MUST (swamiBillingIdentifier $ registeredAddress ) )

objectclass (1.2.752.104.3.2.2
    NAME 'swamiCostCenter'
    AUXILIARY
    MUST (swamiCostCenterIdentifier) )

Attributoptioner för registeredAddress

registeredAddress;x-swami-goods-large
registeredAddress;x-swami-goods-small
registeredAddress;x-swami-billing
  • No labels