[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

みなさん、はじめまして



みなさん、初めまして
斉藤@RITEと申します。

今回、NetBSD1.5.2(SPARC)にopenldap-2.0.23をinstall使用としています。

行った作業としては以下の通りです
1.configure --with-cyrus-sasl=no
2.make depend
3.make
4.make test
5.make install

上記の作業を行い、make testでいくつかのtestをスキップしたものの正常(?)に
終了し、make installでopenldap-2.0.23をinstallしました。

install後、/usr/local/etc/openldap/slapd.confを下記のように編集しました

[slapd.conf]
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         /usr/local/etc/openldap/schema/core.schema
schemacheck     off

# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral       ldap://root.openldap.org

pidfile         /usr/local/var/slapd.pid
argsfile        /usr/local/var/slapd.args

# Load dynamic backend modules:
# modulepath    /usr/local/libexec/openldap
# moduleload    back_ldap.la
# moduleload    back_ldbm.la
# moduleload    back_passwd.la
# moduleload    back_shell.la

#
# Sample Access Control
#       Allow read access of root DSE
#       Allow self write access
#       Allow authenticated users read access
#       Allow anonymous users to authenticate
#
#access to dn="" by * read
#access to *
#       by self write
#       by users read
#       by anonymous auth
#
# if no access controls are present, the default is:
#       Allow read by all
#
# rootdn can always write!

#######################################################################
# ldbm database definitions
#######################################################################

database        ldbm
suffix          "dc=hoge,dc=JP"
#suffix         "o=hoge,c=JP"
rootdn          "cn=root,dc=hoge,dc=JP"
#rootdn         "cn=root, o=hoge, c=JP"
# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw          hogehoge
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory       /usr/local/var/openldap-ldbm
# Indices to maintain
index   objectClass     eq


上記のような状態で、slapdを起動させ、動作確認として
telnet localhost ldap
を実行したところ、下記のような結果になってしまいます。
telnet localhost ldap
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

通常の場合は、上記のようにtelnetを実行すると、slapdに対してtelnet接続が
通ると思います。どころが現状では、telnetがつながらないため、ldapaddもで
きない状態になっています。

NetBSD(SPARC)の問題かとも重い、NetBSD(i386)1.5.1を別のマシンに入れ、NetBSD(SPARC)
の状況のconfigure及びinstallを行ったところ、NetBSD(i386)1.5.1のマシンで
telnet localhost ldapが通ります。

このような状況なのですが、どのようにすればNetBSD(SPARC)1.5.2でopenldap-2.0.23
を使えるようにできるのでしょうか?
識者の皆様、ご助言よろしくお願いします。

#それとも、仕様等で無理なのでしょうか?
-- 
***************************************************************
* 財団法人 地球環境産業技術研究機構
* 研究企画部 研究支援課
* 斉藤 哲也 
* e-mail:tetuya@rite.or.jp
* 住  所: 〒619-0292 京都府相楽郡木津町木津川台9−2
* 電  話: 0774−75−2303
* FAX: 0774−75−2316
* PGP Finger Print A803 6D0F B3CC D357 9858  187C 4BBE 6D36 A2F5 FE75
****************************************************************