LDAPRootDSE by Sacha Faust : sacha@smugline.net
-----------------------------------------------

License
-------

Copyright (C) 2001 Sacha Faust (sacha@smugline.net)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


Information
-----------

This is a tool I wrote to collect the root DSE of LDAP Server.
This was written in C with the Netscape C LDAP SDK.

If you wish to contribute to this project, e-mail me at sacha@smugline.net . If you compile this on other operating system, please send me the makefile
and modifications if necessary.


Installation
------------


Binary:
------

Linux ( Was compile on Redhat 7.1 with Netscape C LDAP SDK 4.14 ):
	make sure that the files in the lib directoy is part of your library environment.
	Ether leave them where they are and make sure /etc/ld.so.conf knows where the files are
	and type /sbin/ldconfig at the prompt before running the tool



Source:
------

Linux (and other unix and variant):
	You need the Netscape C LDAP SDK to compile this code.
	The SDK is available at : http://www.iplanet.com/downloads/developer/2084.html
	You need to make changes to the Makefile to point where the LDAP SDK include and
	lib folder are located.

	