mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-26 14:04:14 -04:00
Updated TODO
data2ldap.pl now works for all but unknown records and TXT records Bumped Makefile version Updated copyright information Escaped TINYDNSDIR in ldap2tinydns-conf so it will always read the current value git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@136 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
10
ldap2dns.c
10
ldap2dns.c
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* Create data from an LDAP directory service to be used for tinydns
|
||||
* $Id: ldap2dns.c,v 1.33 2003/01/20 14:33:25 jrief Exp $
|
||||
* Copyright 2000 by Jacob Rief <jacob.rief@tiscover.com>
|
||||
* License: GPL version 2 or later. See http://www.fsf.org for details
|
||||
* $Id: ldap2dns.c,v 1.36 2005/12/07 19:03:11 bklang Exp $
|
||||
* Copyright 2000-2005 by Jacob Rief <jacob.rief@tiscover.com>
|
||||
* Copyright 2005 by Ben Klang <ben@alkaloid.net>
|
||||
* License: GPL version 2. See http://www.fsf.org for details
|
||||
*/
|
||||
|
||||
#include <lber.h>
|
||||
@@ -34,7 +35,8 @@ static int main_argc;
|
||||
static void print_version(void)
|
||||
{
|
||||
printf("ldap2dns, version %s\n", VERSION);
|
||||
printf(" Copyright 2000 by Jacob Rief <jacob.rief@tiscover.com>\n\n");
|
||||
printf(" Copyright 2000-2005 by Jacob Rief <jacob.rief@tiscover.com>\n\n");
|
||||
printf(" Copyright 2000 by Ben Klang <ben@alkaloid.net>\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user