From: Dmitry Lebkov <dima@sakhalin.ru> To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru> Subject: Re: [sisyphus] LDAP грабли Date: Thu, 06 Jan 2005 01:53:42 +1000 Message-ID: <41DC0D86.2010303@sakhalin.ru> (raw) In-Reply-To: <41DBEE89.6020109@nm.ru> Artem wrote: > Имеется небольшой ldap-серверок. Установлен sysyphus. OpenLDAP 2.1.30-alt3 > Все настроено и работает отлично, грабли возникают при переходе на TLS - > соединения с ним. > Имеются сертификаты ca.cert, ldap.cert и ldap.key. ldap.cert подписан, > естеснно, ca.cert > Все скинуто в /etc/openldap/ssl , на эти же файлы указывают параметры в > slapd.conf > > Cтартую - все ок (за небольшим исключением, об этом позже). > LDAP слушает на 389-м: > tcp 0 0 0.0.0.0:389 0.0.0.0:* > LISTEN 3927/slapd > > Пробуем соединиться: > ldapsearch -h 172.16.10.70 -D "cn=admin,dc=axis,dc=ces" -W -Z > > В ответ: > ldap_start_tls: Connect error (91) > ldap_sasl_interactive_bind_s: Can't contact LDAP server (81) > > Из gq - то же самое.. Добавь в /etc/openldap/ldap.conf на сервере и на клиента вот такое: tls_reqcert never > Теперь - другое. Несмотря на параметр в /etc/sysconfig/ldap > SLAPDURLLIST="ldap:/// ldaps:///" Чтоб работало так, как задумано, заключи строку ldap:/// ldaps:/// еще и в одинарные кавычки. SLAPDURLLIST="'ldap:/// ldaps:///'" > > и вывод ps: > ldap 3927 0.0 1.3 11420 3452 ? S 14:52 0:00 > /usr/sbin/slapd -u ldap -r /var/lib/ldap -h ldap:/// ldaps:/// > > netstat показывает вот что: > [root@axis sysconfig]# netstat -ltnp > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address Foreign Address > State PID/Program name > ..... > tcp 0 0 0.0.0.0:389 0.0.0.0:* > LISTEN 3927/slapd > ...... > А 636 - го порта нигде не видно (ldaps:///) > Но если запускать из командной строки вроде: > slapd -h "ldap:/// ldaps:///" - то все ок... > > Вопросы: > Что за грабли с TLS и как мне засекурить коннект? Насколько я понимаю, в OpenSSL изменилось поведение по-умолчанию для клиентских сертификатов. > Почему такое странное поведение с параметрами -h ? Потому, что параметорм для ключа считается вся строка до первого пробела. Если значение содержит пробел - заключай строку в кавычки. -- WBR, Dmitry Lebkov
next prev parent reply other threads:[~2005-01-05 15:53 UTC|newest] Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-01-05 13:41 Artem 2005-01-05 15:53 ` Dmitry Lebkov [this message] 2005-01-06 8:03 ` Artem 2005-01-06 13:29 ` Dmitry Lebkov 2005-01-06 15:07 ` Artem 2005-01-06 15:40 ` Dmitry Lebkov 2005-01-06 15:47 ` Artem 2005-01-06 17:41 ` Re[2]: [sisyphus] LDAP ÇÒÁÂÌÉ Volkov Serge 2005-01-07 1:58 ` [sisyphus] LDAP грабли Dmitry Lebkov 2005-01-07 20:25 ` Re[2]: [sisyphus] LDAP ÇÒÁÂÌÉ Volkov Serge 2005-01-08 2:14 ` Re[3]: " Volkov Serge 2005-01-06 17:41 ` Re[2]: " Volkov Serge 2005-01-06 17:56 ` [sisyphus] LDAP грабли Artem 2005-01-07 1:52 ` Dmitry Lebkov 2005-01-07 9:36 ` Artem 2005-01-07 20:17 ` Re[2]: [sisyphus] LDAP ÇÒÁÂÌÉ Volkov Serge 2005-01-08 8:08 ` [sisyphus] LDAP грабли Artem 2005-01-20 10:36 ` Artem 2005-01-20 11:16 ` Epiphanov Sergei 2005-01-20 11:27 ` vserge 2005-01-20 12:56 ` Artem 2005-01-20 13:32 ` Dmitry Lebkov 2005-01-20 14:06 ` Artem 2005-01-21 7:42 ` Artem 2005-01-21 7:55 ` Artem 2005-01-21 22:20 ` vserge 2005-01-24 11:05 ` Artem 2005-01-07 20:16 ` Re[2]: [sisyphus] LDAP ÇÒÁÂÌÉ Volkov Serge 2005-01-06 12:33 ` [sisyphus] LDAP грабли Artem 2005-01-06 12:36 ` [sisyphus] " Michael Shigorin
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=41DC0D86.2010303@sakhalin.ru \ --to=dima@sakhalin.ru \ --cc=sisyphus@altlinux.ru \ /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 Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git