Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: I dont like UBSA modes!

  1. #16
    Quote Originally Posted by sollie View Post
    Woot, i did it.
    now post that in the HOW-TO section for others to enjoy

    /regards
    Henrik
    /regards
    Henrik

  2. #17
    Is this what my password file should look like?

    Code:
    # cat /shares/MYVOLUME1/__pdc/passwd
    root::0:42000:root:/:/bin/sh
    user:useV1igVU97AM:35007:42000:user:/dev/null:/bin/false
    guest::35000:42000:guest:/:/bin/sh#
    when I telnet in, I get ...

    Code:
    (none) login: user
    
    Password:
    warning: cannot change to home directory
    
    
    Connection to host lost.

  3. #18
    /dev/null is not a valid homedir (/dev/null is sort of the trashcan)..

    change is to /home/user or something.. and make sure that dir does exist with proper ownership and permissions

  4. #19
    Quote Originally Posted by LeperKing View Post
    Is this what my password file should look like?

    Code:
    # cat /shares/MYVOLUME1/__pdc/passwd
    root::0:42000:root:/:/bin/sh
    user:useV1igVU97AM:35007:42000:user:/dev/null:/bin/false
    guest::35000:42000:guest:/:/bin/sh#
    when I telnet in, I get ...

    Code:
    (none) login: user
    
    Password:
    warning: cannot change to home directory
    
    
    Connection to host lost.
    Your user also has no shell.. change /bin/false to either /bin/sh or (if you're using the custom firmware and followed KC's instructions) use /opt/bin/bash for your shell.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •