Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

LDAP-schema

Code Block
titlebilling.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

Code Block
registeredAddress;x-swami-goods-large
registeredAddress;x-swami-goods-small
registeredAddress;x-swami-billing