--On Wednesday, April 03, 2013 3:05 PM +0000 aman_bista(a)hotmail.com wrote:
> Full_Name: amanbista
> Version: 2.4.34
> OS: redhat linux 6.4
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (70.122.251.187)
The ITS system is for filing bug reports only. Please direct your usage
question to openldap-technical(a)openldap.org. This ITS will be closed.
--Quanah
--
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
------…
[View More]--------------
Zimbra :: the leader in open source messaging and collaboration
[View Less]
Full_Name: amanbista
Version: 2.4.34
OS: redhat linux 6.4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (70.122.251.187)
sir ,
i configured slapd.conf file, ran slapppaswd, eneted this password in slapd.conf
file,i edited /etc/openldap/slapd.d/cn\=config/olcDatabase\=\{1\}bdb.ldif and
added olcRootPW: {SSHA}r2or9f2vYlvieCu0LP6wTnSdYfrddsuV
olcTLSCertificateFile: /etc/pki/tls/certs/slapdcert.pem
olcTLSCertificateKeyFile: /etc/pki/tls/certs/slapdkey.pem
after i specified …
[View More]monitoring privilleges
/etc/openldap/slapd.d/cn\=config/olcDatabase\=\{2\}monitor.ldif
changed the default domain name to our domain name
updated db
edited /etc/sysconfig/ldap
SLAPD_LDAPS=yes
after that i created certicate
and tested configuration, it was successfull.
i started ldap server
created base domain as vi base.ldif to import base information to ldap
directory.
i ran command to dapadd -x -W -D cn=Manager,dc=yourdomain,dc=com -f base.ldif
this is where it asked me ldappassword. it showed me error.
what do i do next. please help.
Thank you
[View Less]
Hi,
my config is:
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/openldap.schema
include /etc/ldap/schema/ppolicy.schema
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
loglevel none
modulepath /root/openldap-2.4.34/libraries/libldap/
moduleload back_hdb
moduleload ppolicy.la
…
[View More]sizelimit 99999999
tool-threads 1
backend hdb
database monitor
database hdb
suffix "dc=example,dc=com"
overlay ppolicy
ppolicy_default "cn=default,ou=policies,dc=example,dc=com"
rootdn "cn=Directory Manager,dc=example,dc=com"
rootpw {SSHA}5jMwnEvS+5cgKVtQVieEYScUjEQvhSkQ
directory "/usr/local/var/openldap-data"
dbconfig set_cachesize 0 209715200 0
dbconfig set_lk_max_objects 150000
dbconfig set_lk_max_locks 150000
dbconfig set_lk_max_lockers 150000
index objectClass eq
index uid eq
index businessUnit eq
index cn eq
index lead eq
index ishidden eq
lastmod on
checkpoint 512 30
access to
attrs=userPassword,shadowLastChange,sambaLMPassword,sambaNTPassword
by dn="cn=Directory Manager" write
by dn="cn=admin-ro,dc=example,dc=com" read
by anonymous auth
by self write
by * none
access to *
by dn="cn=Directory Manager" write
by * read
[View Less]
Howard Chu wrote:
> marek.platta(a)blstream.com wrote:
>> Hi,
>>
>> I'm getting same error on 2.4.34 version
>
> Post your config.
Also post a gdb backtrace from slapd when it's in this state.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
--On Wednesday, April 03, 2013 12:07 AM +0000 amanbista(a)gmail.com wrote:
> Full_Name: amanbista
> Version: 2.4.34
> OS: redhat linux 6.4
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (70.122.251.187)
Please stop filing ITSes. Please use the mailing list as you have already
been advised. These are not bug reports.
--Quanah
--
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the …
[View More]leader in open source messaging and collaboration
[View Less]
Full_Name: amanbista
Version: 2.4.34
OS: redhat linux 6.4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (70.122.251.187)
i configured a new openldap server and this is the slapd.conf that i used, but
i am getting error when i execute slaptest . can you please review this
slapd.conf and let me know if there is an issue ?
also can you provide the required documentation for creating this file ?
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT …
[View More]be world readable.
#
include %SYSCONFDIR%/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 %LOCALSTATEDIR%/run/slapd.pid
argsfile %LOCALSTATEDIR%/run/slapd.args
# Load dynamic backend modules:
# modulepath %MODULEDIR%
# moduleload back_bdb.la
# moduleload back_hdb.la
# moduleload back_ldap.la
# 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 *
# by self write
# by users read
# by anonymous auth
#
# 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 bdb
suffix "dc=stjoe,dc=org"
rootdn "cn=Manager,dc=stjoe,dc=org"
# 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}BcjI7JYzETfKUEYSnrOn7EVPHcF7BhAK
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory %LOCALSTATEDIR%/openldap-data
# Indices to maintain
index objectClass eq
[View Less]
--On Tuesday, April 02, 2013 11:48 PM +0000 amanbista(a)gmail.com wrote:
> [root@scrdcvcortst05 openldap]# ldapsearch
> SASL/GSSAPI authentication started
> ldap_sasl_interactive_bind_s: Local error (-2)
> additional info: SASL(-1): generic failure: GSSAPI Error:
> Unspecified GSS failure. Minor code may provide more information
> (Credentials cache file '/tmp/krb5cc_0' not found)
The ITS system is for reporting bugs. You have failed to show the
existence of any …
[View More]bug here. Again, please go read the manual pages on how
to use ldapsearch. If you are not able to comprehend them, then use the
openldap-technical(a)openldap.org list to ask for assistance. This ITS will
be closed. Please stop filing new ones until you have an actual bug to
report.
--Quanah
--
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
[View Less]