There remains an issue in back-sql: if a ';binary' attr is used in the
filter, and the same attribute is requested with the ';binary' option, the
latter is treated as a different attribute, and no value is returned
because of sort of a malformed attribute inheritance test. For example, a
search requesting 'userCertificate;binary' with a filter
'(userCertificate=*)' would return no values for the userCertificate
attribute, while if no ';binary' were used, userCertificate values would
be …
[View More]returned. I'll commit a fix shortly.
p.
Ing. Pierangelo Masarati
OpenLDAP Core Team
SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office: +39 02 23998309
Mobile: +39 333 4963172
Email: pierangelo.masarati(a)sys-net.it
---------------------------------------
[View Less]
--On Thursday, August 09, 2007 12:41 PM +0000 ranju(a)isl-bd.com wrote:
> Full_Name: Mohammad nurul Huda
> Version: 2.2.13-6.4E
> OS: RedHat ES 4.0 Update 4
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (123.49.33.141)
>
>
> When we run the following command in the LDAP configuration time it shows
> the following error in the time of running below command:
Please use openldap-software(a)openldap.org for software usage questions
(i.e., I see no …
[View More]bug here).
I will also note that OpenLDAP 2.2 is extremely old. I advise upgrading to
a current, supported release. The current release is OpenLDAP 2.3.37.
--Quanah
--
Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra :: the leader in open source messaging and collaboration
[View Less]
--On Thursday, August 09, 2007 4:29 AM +0000 srinibashudayasingh(a)gmail.com
wrote:
> Full_Name: srinibash udayasingh
> Version: 2.3.7
> OS: red heart linux
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (61.14.7.138)
This is not a bug. Please use openldap-software(a)openldap.org for usage
questions.
Please upgrade to a recent release before doing so (current release is
2.3.37).
--Quanah
--
Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--…
[View More]------------------
Zimbra :: the leader in open source messaging and collaboration
[View Less]
Full_Name: Pierangelo Masarati
Version: HEAD
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.175.154.35)
Submitted by: ando
This is HEAD only as of today (re23 as of today works as expected). To
reproduce: configure slapd with an ldap database pointing nowhere.
p.
Full_Name: Mohammad nurul Huda
Version: 2.2.13-6.4E
OS: RedHat ES 4.0 Update 4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (123.49.33.141)
When we run the following command in the LDAP configuration time it shows the
following error in the time of running below command:
# ldapadd -x -D "cn=Manager,dc=<Domain>,dc=com" -W -f
/etc/openldap/domain.com.ldif
#Enter LDAP passwd:
After puuting the ldap password it shows the following error message
ldap_bind invalid …
[View More]credential (49)
Another issue when i am seeing the log messages it shows the following error
sql_select option missing
auxprobfunce error no mechanisam available.
[View Less]
See also discussion in thread
<http://www.openldap.org/lists/openldap-software/200708/msg00063.html>
Ing. Pierangelo Masarati
OpenLDAP Core Team
SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office: +39 02 23998309
Mobile: +39 333 4963172
Email: pierangelo.masarati(a)sys-net.it
---------------------------------------
Full_Name: Mustafa A. Hashmi
Version: 2.3.30
OS: Debian Etch (4.0)
URL:
Submission from: (NULL) (202.5.145.13)
When slapd is initialized to read configuration via cn=config (-F
/path/to/slapd.d), configuration directives are read before modules are loaded.
This can result in slapd exiting when a configuration option, provided by a
specific module, is found before the module is loaded.
As an example: the directive password-hash {K5KEY} results in slapd existing
with the following message:
…
[View More]olcPasswordHash: value #0: <olcPasswordHash> scheme not available ({K5KEY})
olcPasswordHash: value #0: <olcPasswordHash> no valid hashes found
config error processing cn=config: <olcPasswordHash> no valid hashes found
The smbk5pwd module is loaded at a later stage during the initialization
process.
Please note: If cn=config.ldif is edited and the option removed, slapd will
start normally and allow the option to be added at runtime.
[View Less]
Full_Name: Pierangelo Masarati
Version: irrelevant
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.175.154.35)
Submitted by: ando
What about a hot startup for pcache? Right now, if a slapd with a fresh pcache
is stopped and restarted, the contents of the cache are ignored since the pcache
has no notion of the cached queries. They could be saved (routinely, or at
shutdown), in an operational attribute attached to the root entry, to allow hot
startup.
p.
Full_Name: srinibash udayasingh
Version: 2.3.7
OS: red heart linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (61.14.7.138)
Hi
I am new in open LDAP.i am unable to setup.Last 1 month i am trying to setup.I
have follow the steps in openldap.org.I find the following error.Can you please
help me to setup.I am using version :2.3.7 and softerra Adminstrative 3.4 tool.
<= bdb_dn2id: get failed: DB_NOTFOUND: No matching key/data pair found (-30989)
send_ldap_result: conn=0 op=…
[View More]3 p=3
send_ldap_result: err=32 matched="" text=""
send_ldap_response: msgid=43 tag=101 err=32
[View Less]
quanah(a)zimbra.com wrote:
> CVS log for servers/slapd/back-bdb/search.c
> 1.221.2.16 Fri Jul 20 22:42:26 2007 UTC; 2 weeks, 4 days ago by hyc
> Branch: OPENLDAP_REL_ENG_2_3
> Changed since 1.221.2.15: +2 -1 lines
> Diffs to 1.221.2.15 (colored diff)
>
> Set e_ocflags on dummy context entry
That's for search; I'm seeing it during add. I copied the fix from
HEAD, mine differs from that of Howard. Maybe we should converge to a
common one...
p.
Ing. Pierangelo …
[View More]Masarati
OpenLDAP Core Team
SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office: +39 02 23998309
Mobile: +39 333 4963172
Email: pierangelo.masarati(a)sys-net.it
---------------------------------------
[View Less]