Skip to content
Snippets Groups Projects
suworkgroup.ldif 1.58 KiB
Newer Older

# suworkgroup.schema

dn: cn=suworkgroup,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: suworkgroup
olcAttributeTypes: ( StanfordLDAPattributeType:5501
  NAME 'suWorkgroupStatus'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
olcAttributeTypes: ( StanfordLDAPattributeType:62
  NAME 'suOwnerURL'
  DESC 'Dynamic expansion of owner URLs'
  SUP labeledURI )
olcAttributeTypes: ( StanfordLDAPattributeType:5502
  NAME 'suGroupAdministrator'
  DESC 'suSUNetID of Administrator of a Workgroup'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( StanfordLDAPattributeType:5503
  NAME 'suGroupCN'
  DESC 'Normalized Workgroup Name'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( StanfordLDAPattributeType:5504
  NAME 'suGroupType'
  DESC 'The types of groups that the workgroup links to'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcObjectClasses: ( StanfordLDAPobjectClass:450
  NAME 'suWorkgroup'
  DESC 'Stanford University Workgroup Description'
  SUP groupOfURLs
  STRUCTURAL
  MUST ( cn $
    suWorkgroupStatus )
  MAY ( description $
    mail $
    memberURL $
    owner $
    suAdministrator $
    suGroupAdministrator $
    suGroupCN $
    suGroupType $
    suMailDrop )
  )
olcObjectClasses: ( StanfordLDAPobjectClass:451
  NAME 'suPosixGroup'
  DESC 'posixGroup that can be added so suWorkgroup entries'
  SUP top
  AUXILIARY
  MUST ( cn $
    gidNumber )
  MAY ( suGroupCN $
    userPassword $
    memberUid $
    description )
  )