Show
Ignore:
Timestamp:
10/12/03 22:29:49 (21 years ago)
Author:
jalet
Message:

Some info on indexing

Files:
1 modified

Legend:

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

    r1098 r1163  
    4545        include         /etc/ldap/schema/pykota.schema 
    4646         
     47    While this is not mandatory, you may want to create     
     48    some indexes to speed things up a bit : 
     49     
     50      You should already have these : 
     51       
     52        index objectClass eq 
     53        index cn pres,eq,sub 
     54        index uid pres,eq,sub 
     55         
     56      But we recommend that you add these :   
     57       
     58        index pykotaUserName eq,sub 
     59        index pykotaGroupName eq,sub 
     60        index pykotaPrinterName eq,sub 
     61        index pykotaLastJobIdent eq 
     62         
    4763    Finally, restart the OpenLDAP server :     
    4864