mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 22:34:18 -04:00
Adding keywords
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@145 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
2
INSTALL
2
INSTALL
@@ -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
2
TODO
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# $Id$
|
||||||
LDAP2DNSUSER=$1
|
LDAP2DNSUSER=$1
|
||||||
LDAP2DNSLOGUSER=$2
|
LDAP2DNSLOGUSER=$2
|
||||||
LDAP2DNSDIR=$3
|
LDAP2DNSDIR=$3
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user