Bug 23002 - поддержка авторизации в ldap
Summary: поддержка авторизации в ldap
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: cyrus-imapd (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Sergey Y. Afonin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-20 16:36 MSK by Andrey Chichak
Modified: 2010-03-01 09:37 MSK (History)
2 users (show)

See Also:


Attachments
патч для решения проблемы (981 bytes, patch)
2010-02-20 16:36 MSK, Andrey Chichak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Chichak 2010-02-20 16:36:16 MSK
Created attachment 4272 [details]
патч для решения проблемы

При возникновении желания авторизоваться в ldap возникает потребность в перестраивании пакета с включением опции --with-ldap у configure.

В прицепе патчик для cyrus-imapd.spec после применения которого и перегенерации пакета порождается cyrus-imapd-ldap-2.3.16-alt2.i586.rpm, в котором и находятся недостающие файлы.
Comment 1 Timur Batyrshin 2010-02-24 11:04:07 MSK
Возможно, что-то в новой версии поменялось, но у меня в cyrus-imapd-2.3.15-alt0.M40.1 авторизация в LDAP работает нормально — через SASL.

Или речь не об этом?
Comment 2 Andrey Chichak 2010-02-24 12:43:36 MSK
(В ответ на комментарий №1)
> Возможно, что-то в новой версии поменялось, но у меня в
> cyrus-imapd-2.3.15-alt0.M40.1 авторизация в LDAP работает нормально — через
> SASL.
> 
> Или речь не об этом?

Речь о pts. На текущий момент - только с ним получается (у нас) использовать группы.

   The Cyrus IMAP server comes with four authorization mechanisms, one is
   compatible with Unix-style ("/etc/passwd") authorization, one for use
   with Kerberos 4, one for use with Kerberos 5, and one for use with an
   external authorization process (ptloader) which can interface with
   other group databases (e.g. AFS PTS groups, LDAP Groups, etc).

   Note that authorization is not authentication. Authentication is the
   act of proving who you are. Authorization is the act of determining
   what rights you have. Authentication is discussed in the [48]Login
   Authentication part of this document.
Comment 3 Repository Robot 2010-03-01 09:37:02 MSK
cyrus-imapd-2.3.16-alt2 -> sisyphus:

* Mon Mar 01 2010 Vladimir V. Kamarzin <vvk@altlinux> 2.3.16-alt2

- Add ldap auth support (Closes: #23002).