ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Dmitriy L. Kruglikov" <dmitriy.kruglikov@gmail.com>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Персональные контакты в ЛДАП
Date: Fri, 26 Sep 2014 10:03:16 +0300
Message-ID: <20140926100316.34898907@gmail.com> (raw)
In-Reply-To: <3828079.XJCZqci7TW@it-0.tln>

On Fri, 26 Sep 2014 09:50:09 +0900
Вадим Илларионов wrote:

> В письме от 25 сентября 2014 16:03:55 Dmitriy L. Kruglikov
> писал:
> > ...можно добавить
> > ou=personal,uid=$user,ou=People...
> > куда из круглокуба добавлять почтовые адреса для
> > персонального склероза.
> 
> Можно с этого момента поподробней? Давно хочу реализовать
> сабж, да всё никак не удаётся.


1) Делаем каждому сотруднику 
ou=personal,uid=$user,ou=People (сообразно своей структуре, конечно).
2) В конфиге openldap, пишем там, где 
# [BACKEND ACCESS CONTROL LIST]

access to dn.regex="^ou=personal,(uid=([^,]+),ou=People,(dc=[^,]+(,dc=[^,]+)*))$"
  attrs=children
  by dn.exact,expand="$1" write

access to dn.regex="^cn=([^,]+),ou=personal,(uid=([^,]+),ou=People,(dc=[^,]+(,dc=[^,]+)*))$"
  attrs=entry,@inetOrgPerson,@top
  by dn.exact,expand="$2" write

access to dn.regex="^mail=([^,]+),ou=personal,(uid=([^,]+),ou=People,(dc=[^,]+(,dc=[^,]+)*))$"
  attrs=entry,@inetOrgPerson,@top
  by dn.exact,expand="$2" write

Тут два варианта. Для записи в стиле mail= и для записи в стиле cn=...
Я рекомендую mail=, так как имя часто приходится редактировать.

3) В конфиге RoundCube
$rcmail_config['ldap_public']['Private'] = array(
  'name'          => 'Personal AddressBook',
  'hosts'         => array('127.0.0.1'),
  'port'          => 389,
  'ldap_version'  => 3,       // using LDAPv3
  'use_tls'       => false,
  'user_specific' => true,   // If true the base_dn, bind_dn and bind_pass default to the
  'base_dn'       => 'ou=personal,uid=%u,ou=People,dc=domain,dc=ua',
  'bind_dn'       => 'uid=%u,ou=People,dc=domain,dc=ua',
  'bind_pass'     => '',
  'writable'      => true,  // Indicates if we can write to the LDAP directory or not.
И далее, как и в корпоративной.

Так как авторизация (IMAP) через тот же LDAP, пароль для 'uid=%u,ou=People,dc=domain,dc=ua', подойдет.
Ну и добавить эту книгу в autocomplete...

Вроде всё... Она доступна для записи, и будет выбрана ав оматом для сохранения адресов.
Или через настройки профиля.

Для остальных мыльниц нужно настроить дополнительно, но и громоптиц, и KMail работают.
Только из них кто-то делает cn= для адресов, и под это нужно будет точить права на запись 
в openldap и править настройки в RC.

-- 
Best regards,
 Dmitriy Kruglikov


      reply	other threads:[~2014-09-26  7:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26  0:50 Вадим Илларионов
2014-09-26  7:03 ` Dmitriy L. Kruglikov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140926100316.34898907@gmail.com \
    --to=dmitriy.kruglikov@gmail.com \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git