+ Responder ao Tópico



  1. #1

    Padrão Samba - me ajudem

    Pessoal...instalei o slack 9.1...fui criar uma conta no samba e nao encontrei o smbsdduser, como faco pra criar um usuario no samba...

    Obrigado

  2. #2

    Padrão Samba - me ajudem

    man smbpasswd

    -a This option specifies that the username following
    should be added to the local smbpasswd file, with
    the new password typed. This option is ignored if
    the username specified already exists in the smb-
    passwd file and it is treated like a regular change
    password command. Note that the user to be added
    must already exist in the system password file
    (usually /etc/passwd) else the request to add the
    user will fail.




    easy way:

    smbpasswd -a user

  3. #3

    Padrão Samba - me ajudem

    Desculpe...mas nao entendi...ja tenho uma conta chamada "usuario" no linux, como crio ela no samba?? ou estou boiando...

  4. #4

    Padrão olhe

    smbpasswd -a <user>

    facil facil ! :wink:

  5. #5
    tonton
    Visitante

    Padrão Samba - me ajudem

    Use o command:
    smbpasswd -a nome_user

    Valeu?