You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Medlemmar



Detta projekt handlar om att skapa LDAP-schema för att representera information om
fakturerings- och leveransadresser. Användningsfallet som motiverar detta är wisum-
systemet som är ett beställningsystem utveckat av UMDAC.

Wisum kan använda federerad authenticering där varje IdP skickar en uppsättning
gmai-roller i eduPersonEntitlement-attributet.

LDAP-schema

billing.schema
attributetype (<TBD>.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 (<TBD>.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 (<TBD>.2.1
    NAME 'swamiBillingRecipient'
    AUXILIARY
    MUST (swamiBillingIdentifier $ registeredAddress ) )

objectclass (<TBD>.2.2
    NAME 'swamiCostCenter'
    AUXILIARY
    MUST (swamiCostCenterIdentifier) )

Tags till registeredAddress

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