The ldapform utility creates a text file in ldif(5) format, which can be

used to add or modify entries in an LDAP server. The ldapedit utility does
the same, but also invokes an editor and submits the changes back to that
server.

WWW: http://ldapenter.googlecode.com/

PR:		ports/164100
Submitted by:	rflynn@acsalaska.net
This commit is contained in:
Martin Wilke 2012-01-28 10:30:41 +00:00
parent e87b9d93af
commit f92d19663b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289929
4 changed files with 37 additions and 0 deletions

View file

@ -431,6 +431,7 @@
SUBDIR += lbl-hf
SUBDIR += lcdproc
SUBDIR += ldap-account-manager
SUBDIR += ldapenter
SUBDIR += ldapvi
SUBDIR += ledit
SUBDIR += less

View file

@ -0,0 +1,28 @@
# Ports collection makefile for: ldapenter
# Date created: 08 Jan 2012
# Whom: rflynn@acsalaska.net
#
# $FreeBSD$
#
PORTNAME= ldapenter
PORTVERSION= 0.2.0
CATEGORIES= sysutils editors net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= rflynn@acsalaska.net
COMMENT= Add/Modify LDAP entries using template forms
LICENSE= BSD
MAKEFILE= BSDmakefile
USE_BZIP2= yes
USE_OPENLDAP= 24
MANCOMPRESSED= yes
MAN1= ldapform.1 ldapedit.1
PLIST_FILES= bin/ldapform \
bin/ldapedit
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ldapenter-0.2.0.tar.bz2) = 827131ff2ac22d5712405c7f0674d5d621341e2d94c69037ef32fc9b32c5e23c
SIZE (ldapenter-0.2.0.tar.bz2) = 12788

View file

@ -0,0 +1,6 @@
The ldapform utility creates a text file in ldif(5) format, which can be
used to add or modify entries in an LDAP server. The ldapedit utility does
the same, but also invokes an editor and submits the changes back to that
server.
WWW: http://ldapenter.googlecode.com/