Страница 1 из 1

Ошибка: ldap_bind: Invalid credentials (49).

Добавлено: 2011-05-13 17:20:13
kerber
Уважаемые администраторы прошу вашей помощи, начинающему в изучении FreeBSD 8.0. Взялся настраивать PDC по видео взятого с торрента. Возникла проблема при выполнении команды:
# ldapadd -x -D "cn=root,dc=vishagi,dc=ru" -W 12345 -f ldap.ldif

Выходит следующее: ldap_bind: Invalid credentials (49)

Содержимое файла ldap.ldif:

dn: dc=vishagi,dc=ru
objectClass: dcObject
objectClass: organization
objectClass: top
dc: vishagi
o: ru

dn: ou=users,dc=vishagi,dc=ru
objectClass: top
objectClass: organizationUnit
ou: users

dn: ou=groups,dc=vishagi,dc=ru
objectClass: top
objectClass: organizationUnit
ou: groups

dn: ou=computers,dc=vishagi,dc=ru
objectClass: top
objectClass: organizationUnit
ou: computers


Содержимое файла: rc.conf

# -- sysinstall generated deltas -- # Thu May 12 04:13:03 2011
# Created: Thu May 12 04:13:03 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.1.1"
hostname="pdc.vishagi.ru"
ifconfig_em0="inet 192.168.1.198 netmask 255.255.255.0"
sshd_enable="YES"
named_enable="YES"
slapd_enable="YES"
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2ldapi/ ldap://0.0.0.0/ ldap://127.0.0.1/"'

Содержимое файла slapd.conf :
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
include /usr/local/etc/openldap/schema/misc.schema
include /usr/local/etc/openldap/schema/nis.schema
include /usr/local/etc/openldap/schema/openldap.schema
#include /usr/local/etc/openldap/schema
#include /usr/local/etc/openldap/schema
#include /usr/local/etc/openldap/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 /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args

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

# Sample security restrictions
# Require integrity protection (prevent hijacking)
# Require 112-bit (3DES or better) encryption for updates
# Require 63-bit encryption for simple bind
# security ssf=1 update_ssf=112 simple_bind=64

# Sample access control policy:
# Root DSE: allow anyone to read it
# Subschema (sub)entry DSE: allow anyone to read it
# Other DSEs:
# Allow self write access
# Allow authenticated users read access
# Allow anonymous users to authenticate
# Directives needed to implement policy:
# access to dn.base="" by * read
# access to dn.base="cn=Subschema" by * read

access to attrs=userPassword
by self write
# by users read
by anonymous auth
by * none

access to *
by self write
# by users read
by anonymous read
by * none

#
# if no access controls are present, the default policy
# allows anyone and everyone to read anything but restricts
# updates to rootdn. (e.g., "access to * by * read")
#
# rootdn can always read and write EVERYTHING!

#######################################################################
# BDB database definitions
#######################################################################

database ldbm
suffix "dc=my-vishagi,dc=ru"
rootdn "cn=root,dc=my-vishagi,dc=ru"
# Cleartext passwords, especially for the rootdn, should
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw {SSHA}xh79hI71Ep25ZI0PztJtToa9Q4z0V6e2
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /var/db/openldap-data
# Indices to maintain
index objectClass eq
index cn eq



На данном этапе все файлы выглядят как выложено. Прошу вашей помощи в разъяснении данной проблемы и решении её. Заранее Спасибо всем !!!
На ввод данной команды: # ldapadd -x -D "cn=root,dc=vishagi,dc=ru" -W 12345 -f ldap.ldif

Должно появиться следующее:

adding new entry "dc=vishagi,dc=ru"
ldapadd: Already exists (68)

Re: Ошибка: ldap_bind: Invalid credentials (49).

Добавлено: 2011-05-13 18:46:17
snorlov
у вас для начала базы разные вы разберитесь у вас

Код: Выделить всё

suffix "dc=my-vishagi,dc=ru"
или все же

Код: Выделить всё

suffix "dc=vishagi,dc=ru"
ну и поскольку вы все делаете на консоли делайте везде привязку к 127.0.0.1 и еще надо посмотреть ldap.conf...

Re: Ошибка: ldap_bind: Invalid credentials (49).

Добавлено: 2011-05-17 12:37:23
kerber
Cпасибо большое вам "snorlov" подвела моя невнимательность в написании, всё получилось !!!! :smile: