Adding keywords

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@145 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-08 20:39:34 +00:00
parent 45cfeae9d8
commit 429933ac82
6 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $Id $ # $Id$
Version 0.3.6 (latest) Version 0.3.6 (latest)
+ New maintainer: Ben Klang <ben@alkaloid.net> + New maintainer: Ben Klang <ben@alkaloid.net>

View File

@@ -20,4 +20,4 @@ Please send any problem or success reports to the maintainer.
-- --
Ben Klang <ben@alkaloid.net> Ben Klang <ben@alkaloid.net>
Alkaloid Networks Alkaloid Networks
# $Id $ # $Id$

2
TODO
View File

@@ -1,4 +1,4 @@
# $Id $ # $Id$
* Add support for configuring basedn, binddn, bindpw, and execute command via * Add support for configuring basedn, binddn, bindpw, and execute command via
environment variables. (2005/12/07 bklang) environment variables. (2005/12/07 bklang)

View File

@@ -7,7 +7,7 @@
# #
# Please submit bugfixes or comments via http://projects.alkaloid.net # Please submit bugfixes or comments via http://projects.alkaloid.net
# #
# $Id $ # $Id$
# #
# norootforbuild # norootforbuild

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id$
LDAP2DNSUSER=$1 LDAP2DNSUSER=$1
LDAP2DNSLOGUSER=$2 LDAP2DNSLOGUSER=$2
LDAP2DNSDIR=$3 LDAP2DNSDIR=$3

View File

@@ -1,4 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id$
use strict; use strict;
use warnings; use warnings;
#use POSIX qw(strftime): #use POSIX qw(strftime):