version 1.5.2.5, 2008/02/11 23:26:44
|
version 1.9, 2006/08/28 23:36:52
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/slappasswd.c,v 1.5.2.4 2007/08/31 23:14:00 quanah Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/slappasswd.c,v 1.8 2006/05/11 12:36:20 ando Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2008 The OpenLDAP Foundation. |
* Copyright 1998-2006 The OpenLDAP Foundation. |
* Portions Copyright 1998-2003 Kurt D. Zeilenga. |
* Portions Copyright 1998-2003 Kurt D. Zeilenga. |
* All rights reserved. |
* All rights reserved. |
* |
* |
Line 37
|
Line 37
|
#include <lutil_sha1.h> |
#include <lutil_sha1.h> |
|
|
#include "ldap_defaults.h" |
#include "ldap_defaults.h" |
#include "slap.h" |
|
|
|
static int verbose = 0; |
static int verbose = 0; |
|
|