Tool

tnagareshwar's picture
tool
Reads:

5055

Score:
0
0
 
Comments:

0

eDir Locator

Author Info

13 December 2006 - 11:25am
Submitted by: tnagareshwar

license: 
Free

Target Platform: Windows, Linux, NetWare

This is the Perl script which scans the machine remotely to check if eDirectory is running. If so, it determines the version of eDirectory running on that machine. It can quickly scan one machine or range of machines. Also you can run this script on any platform including Windows, Linux or NetWare.

Requirement

It requires LDAP Perl module which can be obtained from http://ldap.perl.org.

How to Use

Perl eDirLocator.pl   [-u <user dn>]  [-p <passsword] { host address | host-range }
For single host using anonymous bind:
   Perl  eDirLocator.pl 192.168.0.100
For single host using authenticated bind:
   Perl  eDirLocator.pl -u "cn=admin,o=novell" -p "novell" 192.168.0.100
For range of hosts :
   Perl eDirLocator.pl  192.168.0.1-100

History

Version 1.1   13th Dec 2006
 Added support for authenticated bind. Now user can authenticate directory with user name and password in case anonymous bind is disabled.
  Fixed the bug in parsing host name argument. Now user can specify hostname instead of IP address.
Version 1.0   22nd Nov 2006
  First release of the tool.
AttachmentSize
eDirLocator.zip2.45 KB




User Comments

© 2013 Novell