02.- INSTALACION PHPLADADMIN

INSTALACION PHPLADADMIN

INSTALACION DE APACHE

# apt-get install apache

INSTALACION DE SMBLDAP-TOOLS

# apt-get install smbldap-tools

INSTALACION DE PHPLDAPADMIN

# apt-get install php4-ldap phpldapadmin

INSTALACION DE MKNTPWD

$ cd /opt/
$ wget http://www.silcom.com.pe/soft/mkntpwd.tar.gz
$ tar -zxf mkntpwd.tar.gz
$ cd mkntpwd
$ make
$ cp mkntpwd /usr/local/bin

VERIFICAR

# mkntpwd
Usage: mkntpwd [-L lanmgrpwd] [-N ntpasswd]
mkntpwd password
mkntpwd -f [-] [filename]
-L lanmgrpasswd LanManager cleartextpwd <= 14 chars
-N ntpasswd NT cleartextpwd <=128 chars (usually <=14)
with both options present the encrypted LanManager-Pwd is
printed first, followed by a ':' and the encrypted NT-Pwd.
The second usage behaves like mkntpwd -L pwd -N pwd
The third usage reads the password from STDIN or a File. Printout
is the same as second.
anton@genua.de