Changeset 2577

Show
Ignore:
Timestamp:
11/07/05 22:19:26 (18 years ago)
Author:
jerome
Message:

Updated the doc wrt LDAP setup

Files:
1 modified

Legend:

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

    r2556 r2577  
    343343<screen>         
    344344# No Limits for PyKota's administrator and read-only user 
    345 limits dn="cn=RWadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 
    346 limits dn="cn=ROadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 
     345limits dn="cn=pykotaadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 
     346limits dn="cn=pykotauser,dc=example,dc=com" size.soft=-1 size.hard=soft 
    347347</screen>         
    348348 
    349         Where RWadmin and ROadmin are the usernames used to bind to your 
     349        Where pykotaadmin and pykotauser are the usernames used to bind to your 
    350350        OpenLDAP server within PyKota, respectively in ReadWrite mode  
    351351        (as set in pykotadmin.conf) and in ReadOnly mode (as set in pykota.conf). 
     
    353353       
    354354      <para> 
    355         Finally, restart the <application>OpenLDAP</application> server :     
     355        Finally, stop the <application>OpenLDAP</application> server, generate 
     356        the index files, and restart <application>OpenLDAP</application> 
    356357        <screen>     
    357 $ /etc/init.d/slapd restart 
     358$ /etc/init.d/slapd stop 
     359$ slapindex 
     360$ /etc/init.d/slapd start 
    358361        </screen> 
    359362      </para>