Changeset 2577
- Timestamp:
- 11/07/05 22:19:26 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r2556 r2577 343 343 <screen> 344 344 # No Limits for PyKota's administrator and read-only user 345 limits dn="cn= RWadmin,dc=example,dc=com" size.soft=-1 size.hard=soft346 limits dn="cn= ROadmin,dc=example,dc=com" size.soft=-1 size.hard=soft345 limits dn="cn=pykotaadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 346 limits dn="cn=pykotauser,dc=example,dc=com" size.soft=-1 size.hard=soft 347 347 </screen> 348 348 349 Where RWadmin and ROadminare the usernames used to bind to your349 Where pykotaadmin and pykotauser are the usernames used to bind to your 350 350 OpenLDAP server within PyKota, respectively in ReadWrite mode 351 351 (as set in pykotadmin.conf) and in ReadOnly mode (as set in pykota.conf). … … 353 353 354 354 <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> 356 357 <screen> 357 $ /etc/init.d/slapd restart 358 $ /etc/init.d/slapd stop 359 $ slapindex 360 $ /etc/init.d/slapd start 358 361 </screen> 359 362 </para>