Show
Ignore:
Timestamp:
11/27/03 00:13:15 (20 years ago)
Author:
jalet
Message:

Added 'mail' as a possible attribute to pykotaAccount objectClass.
Fixed a comment in the LDAP schema.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/ldap/pykota.schema

    r1203 r1223  
    173173# 
    174174 
    175 # pykotaUser 
     175# pykotaAccount 
    176176objectclass ( 1.3.6.1.4.1.16868.1.2.1 NAME 'pykotaAccount' SUP top AUXILIARY 
    177177        DESC 'PyKota Auxiliary User Account' 
    178178        MUST ( uid ) 
    179         MAY  ( pykotaUserName $ pykotaLimitBy ) ) 
     179        MAY  ( pykotaUserName $ pykotaLimitBy $ mail ) ) 
    180180         
    181181# pykotaGroup