Bug 115867 - ftp/proftpd ldap support does not work
Summary: ftp/proftpd ldap support does not work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 15:00 UTC by thomas
Modified: 2007-08-30 19:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (337 bytes, patch)
2007-08-27 15:00 UTC, thomas
no flags Details | Diff
file.diff (1.56 KB, patch)
2007-08-27 15:00 UTC, thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2007-08-27 15:00:01 UTC
mod_ldap.c in proftpd is broken. John Morrissey maintainer of mod_ldap.c is aware of this issue. He send me an bugfix.

How-To-Repeat: mod_ldap uses the wrong argument.
mod_ldap/2.8.17-20070701: unexpected LDAPServer type. 
mod_ldap.c: error initializing session: No such file or directory
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-08-27 19:53:45 UTC
Thank you for your submission.
Two problems. One, the patch does not apply cleanly. Two, the patch 
breaks the module build on 7.x. I will consult with the developer on 
this. 
-- 
---------------------------------------------------------------------------------------
Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---------------------------------------------------------------------------------------
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2007-08-27 20:37:42 UTC
State Changed
From-To: open->feedback

Need input from developer 


Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-08-27 20:37:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

My port
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2007-08-27 23:13:32 UTC
Received vendor patch.
Will be included with the forthcoming commit.
-- 
---------------------------------------------------------------------------------------
Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---------------------------------------------------------------------------------------
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-08-30 19:33:37 UTC
beech       2007-08-30 18:33:30 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile distinfo 
  Added files:
    ftp/proftpd/files    extra-patch-contrib-mod_ldap.c 
  Removed files:
    ftp/proftpd/files    extra_patch-ldap-tls-mod_ldap.c 
  Log:
  - Add support for clamav
  - Fix ldap support
  
  PR:             ports/115752, ports/115867
  Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru> (ports/115752),
                  Thomas Vogt <thomas@bsdunix.ch> (ports/115867)
  Approved by:    sat (mantor)
  
  Revision  Changes    Path
  1.116     +31 -11    ports/ftp/proftpd/Makefile
  1.39      +3 -0      ports/ftp/proftpd/distinfo
  1.1       +51 -0     ports/ftp/proftpd/files/extra-patch-contrib-mod_ldap.c (new)
  1.3       +0 -11     ports/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Beech Rintoul freebsd_committer freebsd_triage 2007-08-30 19:34:23 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!