minor updates (acls don't work yet)

This commit is contained in:
leitner
2005-02-19 17:46:42 +00:00
parent 243ee82cdb
commit 864895f714
5 changed files with 195 additions and 31 deletions

View File

@@ -13,6 +13,7 @@
#include "uint32.h"
#include "byte.h"
#include "fmt.h"
#include "errmsg.h"
/* these are defined in ldif_parse.c.
* We extern them here so we can initialize them.
@@ -189,6 +190,9 @@ derrout2:
mstorage_add(&stringtable,dummy,5*4);
}
// if ((mduptab_adds(&attributes,"*"))<0)
// die(1,"out of memory");
ldif_parse(argc<2?"exp.ldif":argv[1]);
if (!first) {
buffer_putsflush(buffer_2,"usage: parse [src-ldif-filename] [dest-bin-filename]\n");