database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
ㆍLDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
LDAP Q&A 1507 게시물 읽기
No. 1507
ldapadd 질문인데요...
작성자
최훈제
작성일
2002-05-03 19:28
조회수
4,133

ldap에러가 자꾸 나서그러는데요....

ldap_sasl_interactive_bind_s:No such object

에요....

설정파일은요..

# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $

 

include /usr/local/ldap/etc/openldap/schema/core.schema

 

# 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/ldap/var/slapd.pid

argsfile /usr/local/ldap/var/slapd.args

 

# Load dynamic backend modules:

# modulepath /usr/local/ldap/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=bit,dc=com"

#suffix "o=My Organization Name,c=US"

rootdn "cn=Manager,dc=bit,dc=com"

#rootdn "cn=Manager,o=My Organization Name,c=US"

# Cleartext passwords, especially for the rootdn, should

# be avoid. See slappasswd(8) and slapd.conf(5) for details.

# Use of strong authentication encouraged.

rootpw secret

# The database directory MUST exist prior to running slapd AND

# should only be accessible by the slapd/tools. Mode 700 recommended.

directory /usr/local/ldap/var/openldap-ldbm

# Indices to maintain

index objectClass eq

 

 

이렇게 했구요..

$ ldapadd -D "cn=suni00, dc=bit, dc=com" -W << EOF

> dn: dc=bit, dc=com

> cn: bit

> objectclass: domain

> Enter LDAP Password: secret

이 글에 대한 댓글이 총 1건 있습니다.

-D 뒤에 -x or -X 를 달아 보세요.

유제현(yali)님이 2002-05-09 09:26에 작성한 댓글입니다.
[Top]
No.
제목
작성자
작성일
조회
1511에러...ldap_sasl_interactive_bind_s: Can't contact LDAP server
초보
2002-05-09
4452
1510openldap 소스 분석 도움 주세요 *^.^*
chobo
2002-05-07
4070
1509[도와주세요] ldap와 odbc [1]
초보
2002-05-07
4083
1507ldapadd 질문인데요... [1]
최훈제
2002-05-03
4133
1506ldap_connect가 안되요 [1]
한영주
2002-05-03
4065
1504질문있음돠.......backand db관련 질문....
김연수
2002-05-01
3844
1503[질문]ldapsearch [2]
민우
2002-04-29
4105
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.019초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다