[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#76)



dirk-n@dircon.co.uk writes:

> There is a problem in derefDN in back-ldbm/alias.c (...)

I suggest set SLAPD_DEFAULT_MAXDEREFDEPTH to 0 in ldapconfig.h.edit
until somone finds time to clean up the alias code, and apply this patch
to back-*/search.c:

*** search.c~	Thu Feb 11 18:19:52 1999
--- search.c	Sat Feb 20 11:14:35 1999
***************
*** 77,80 ****
--- 77,83 ----
  	 */
  
+ 	if ( be->be_maxDerefDepth <= 0 )
+ 		deref = LDAP_DEREF_NEVER;
+ 
  	switch ( deref ) {
  	case LDAP_DEREF_FINDING:

-- 
Hallvard