Changeset 2361

Show
Ignore:
Timestamp:
07/12/05 10:24:40 (19 years ago)
Author:
jerome
Message:

Additionnal notes for LDAP
Severity: minor

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r2261 r2361  
    331331index pykotaGroupName pres,eq,sub 
    332332index pykotaPrinterName pres,eq,sub 
     333index pykotaBillingCode pres,eq,sub 
    333334index pykotaLastJobIdent eq 
    334335        </screen> 
     
    371372      <para> 
    372373        PyKota needs at least an <literal>ou</literal> for printers, for users quotas, for 
    373         groups quotas, for print jobs, and for pointers to the last job of each printer. 
     374        groups quotas, for print jobs, for billing codes, and for pointers to the last job of each printer. 
    374375        In the future, this last <literal>ou</literal> may disappear as its content 
    375376        will probably be attached to each printer. 
  • pykota/trunk/initscripts/ldap/README.ldap

    r2303 r2361  
    3030     
    3131    Include it in your LDAP server's configuration. 
    32     For example, with OpenLDAP 2.1.17 under Debian : 
     32    For example, with OpenLDAP under Debian : 
    3333     
    3434        $ cp pykota.schema /etc/ldap/schema 
     35        (no need to do this if you install from PyKota's Debian package) 
    3536         
    3637    Then edit /etc/ldap/slapd.conf and add a line to     
     
    5960        index pykotaGroupName pres,eq,sub 
    6061        index pykotaPrinterName pres,eq,sub 
     62        index pykotaBillingCode pres,eq,sub 
    6163        index pykotaLastJobIdent eq 
    6264