Bug 27673 - New port: security/pam_ldap
Summary: New port: security/pam_ldap
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: dwcjr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-27 02:30 UTC by Joe Marcus Clarke
Modified: 2001-06-08 20:01 UTC (History)
0 users

See Also:


Attachments
file.shar (5.89 KB, text/plain)
2001-05-27 02:30 UTC, Joe Marcus Clarke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2001-05-27 02:30:03 UTC
	This is a port of PADL's pam_ldap module to FreeBSD.  It supports
both LDAPv2 and, optionally, LDAPv3 via the OpenLDAP API.
Comment 1 dwcjr freebsd_committer freebsd_triage 2001-06-07 21:29:21 UTC
Responsible Changed
From-To: freebsd-ports->dwcjr

I'll handle this
Comment 2 dwcjr 2001-06-08 04:00:13 UTC
Tarball was rerolled and its at version 1.1.3 now

I get this error when I compile when updating it.

configure:1438:
cc -E  -DLDAP_REFERRALS -DPIC -D_REENTRANT -I/usr/local/include conftest.c
>/dev/null 2>conftest.out
configure:1434: ldap.h: No such file or directory
configure: failed program was:
#line 1433 "configure"
#include "confdefs.h"
#include <ldap.h>
(end of "config.log")
*** Error code 1

Also Makefile says

        @${ECHO} "login    auth    sufficient
${PREFIX}/lib/security/pam_ldap.so"
        @${ECHO}
"===================================================================

Shouldn't it be ${PREFIX}/lib/pam_ldap.so ?
Comment 3 Joe Marcus Clarke 2001-06-08 04:04:45 UTC
I just rebuilt it with 1.1.3, and I don't get any compilation errors.  I'm
building without LDAPv3 against OpenLDAP 1.2.11_1.  Yes, the Makefile
should be changed.  Thanks for catching that.

Joe Clarke

On Thu, 7 Jun 2001, David W. Chapman Jr. wrote:

> Tarball was rerolled and its at version 1.1.3 now
>
> I get this error when I compile when updating it.
>
> configure:1438:
> cc -E  -DLDAP_REFERRALS -DPIC -D_REENTRANT -I/usr/local/include conftest.c
> >/dev/null 2>conftest.out
> configure:1434: ldap.h: No such file or directory
> configure: failed program was:
> #line 1433 "configure"
> #include "confdefs.h"
> #include <ldap.h>
> (end of "config.log")
> *** Error code 1
>
> Also Makefile says
>
>         @${ECHO} "login    auth    sufficient
> ${PREFIX}/lib/security/pam_ldap.so"
>         @${ECHO}
> "===================================================================
>
> Shouldn't it be ${PREFIX}/lib/pam_ldap.so ?
>
>
>
Comment 4 dwcjr freebsd_committer freebsd_triage 2001-06-08 04:31:08 UTC
State Changed
From-To: open->analyzed

Port doesn't fully follow ${PREFIX} and few minor problems submitter is working on 
fixing currently
Comment 5 dwcjr freebsd_committer freebsd_triage 2001-06-08 20:01:24 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!