Skip to content
Snippets Groups Projects
Commit 41e57c04 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add OpenLDAP RCS id

parent 6b80f345
No related branches found
No related tags found
No related merge requests found
Showing
with 30 additions and 3 deletions
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
##
......
# $OpenLDAP$
PROGRAMS= rp500 fax500 xrpcomp.tmp
SRCS= main.c faxtotpc.c rp500.c
......
# $OpenLDAP$
SRCS= main.c
XSRCS= version.c
OBJS= main.o
......
# $OpenLDAP$
##
## Makefile for gopher clients
##
......
# $OpenLDAP$
PROGRAMS= mail500
SRCS= main.c
......
# $OpenLDAP$
PROGRAMS= rcpt500
SRCS= main.c cmds.c help.c query.c
XSRCS= version.c
......
# $OpenLDAP$
##
## Makefile for LDAP tools
##
......
# $OpenLDAP$
SRCS= main.c find.c mod.c print.c auth.c util.c help.c \
string_to_key.c group.c edit.c globals.c
XSRCS= version.c
......
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
##
......
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
##
......
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......
......@@ -226,7 +226,7 @@ dn2id_delete(
}
}
#if 0
#if 1
{
char **subtree = dn_subtree( NULL, dn );
......
# $OpenLDAP$
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......
#! /bin/sh
# $OpenLDAP$
#
# Strip operational attributes
#
egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp'
#! /bin/sh
# $OpenLDAP$
# disable LDAP initialization
LDAPNOINIT=true; export LDAPNOINIT
......
#!/bin/sh
# $OpenLDAP$
DATADIR=$SRCDIR/data
PROGDIR=./progs
......
#! /bin/sh
# $OpenLDAP$
. scripts/defines.sh
......
#! /bin/sh
# $OpenLDAP$
if test $# -eq 0 ; then
SRCDIR="."
......
#!/bin/sh
#! /bin/sh
# $OpenLDAP$
if [ $# -eq 0 ]; then
SRCDIR="."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment