Bug 5142 - Ошибка в slapd.conf
Summary: Ошибка в slapd.conf
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: openldap-servers (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Serge A. Volkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 12:38 MSD by Dmitry Plotnikov
Modified: 2005-08-31 03:08 MSD (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Plotnikov 2004-09-02 12:38:29 MSD
Кусок из конфигурационного файла slapd.conf 
 
# Specify  the  maximum  number  of  pending   requests   for   an 
# authenticated session. 
#conn_max_pending 1000 
 
Судя по комментарию должно быть 
#conn_max_pending_auth 1000
Comment 1 Serge A. Volkov 2004-09-08 01:14:37 MSD
Будет исправленно в ближайшей сборке, однако в документации имеется описание как 
#conn_max_pending
так и 
#conn_max_pending_auth 1000
Comment 2 Dmitry Plotnikov 2004-09-08 01:53:32 MSD
Всё правельно, имеется, только 
conn_max_pending 
Specify  the maximum number of pending requests 
for an anonymous session. 
       ^^^^^^^^^ 
conn_max_pending_auth 
Specify the maximum number of pending requests 
for an authenticated session. 
       ^^^^^^^^^^^^^ 
 
Comment 3 Serge A. Volkov 2004-10-27 18:54:25 MSD
Исправлено openldap-2.2.18-alt1

Тестируйте...