+ Responder ao Tópico



  1. #1
    guardian_metal
    Visitante

    Padrão mkntpwd e ldap

    To montando um servidor de ldap + samba com phpldapadmin e estou precisando do executável "mkntpwd". Onde acho isso?

    Uso conectiva 10.

  2. #2

    Padrão mkntpwd e ldap

    Voce tentou

    #apt-get install mkntpwd

    ?

  3. #3
    guardian_metal
    Visitante

    Padrão mkntpwd e ldap

    Já e não funciona.

    Nesta pasta:

    /usr/share/doc/samba-doc-3.0.10/examples/LDAP/smbldap-tools/mkntpwd

    tem o seguinte:

    [root@clteste mkntpwd]# ls
    Makefile getopt.c getopt.h md4.c mkntpwd.c mkntpwd.h smbdes.c

    mas quanto dou um./Makefile, me retorna a saída abaixo:

    [root@clteste mkntpwd]# ./Makefile
    ./Makefile: line 1: DEBUG: command not found
    ./Makefile: line 1: OPTIMIZE: command not found
    ./Makefile: line 1: ARCH: command not found
    ./Makefile: line 1: VISUAL: command not found
    ./Makefile: line 1: PERMUTE: command not found
    ./Makefile: line 1: STATIC: command not found
    ./Makefile: line 52: OBJS: command not found
    ./Makefile: line 1: OBJS: command not found
    ./Makefile: line 54: mkntpwd:: command not found
    ./Makefile: line 1: CC: command not found
    ./Makefile: line 1: CFLAGS: command not found
    ./Makefile: line 1: XLIBS: command not found
    ./Makefile: line 1: OBJS: command not found
    ./Makefile: line 55: -o: command not found
    ./Makefile: line 57: clean:: command not found
    ./Makefile: line 60: install:: command not found
    ./Makefile: line 1: PREFIX: command not found
    install: imposs�el fazer stat em `mkntpwd': Arquivo ou diret�io n� encontrado

    Não sei agora como compilar este mkntpwd para fazê-lo funcionar.