proftpd and NIS... HELP

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default proftpd and NIS... HELP

    I tried everything but I can't get my proftpd to authenticate the NIS
    users...

    it only accept the local users

    any advice?

    thank you
    Luca
    Luca Miselli Guest

  2. Similar Questions and Discussions

    1. logging proftpd question
      Presently all my proftpd logging goes to /var/log/messages but it is clogging that file because I have an ftp login every couple of minutes. I want...
    2. Proftpd errors
      I am running BSD which is ancient and I am getting the following errors when I try to compile the version 1.2.8 of proftpd I have no idea what...
    3. Proftpd - DefaultRoot boolean expression help
      Guys, I need some help on a boolean expression for "DefaultRoot" in proftpd. I have 2 groups lets say "Lakers" and "Spurs" and I want the users in...
    4. proftpd configuration problem
      Hi ,i'm using proftp daemon on my server. The problem is that i access with a user with anonymoys directive . for example <Anonymous...
    5. woody + proftpd-ldap = segfault
      Hi all, has anyone succeeded at running latest proftpd-ldap on woody ? Everytime I make it lookup the ldap server it silently segfaults....
  3. #2

    Default Re: proftpd and NIS... HELP

    Luca Miselli <lucam72@hotmail.com> wrote:
    > I tried everything but I can't get my proftpd to authenticate the NIS
    > users...
    >
    > it only accept the local users
    It's been some time, but I think I had a similar problem, which was
    fixed by adding:

    PersistentPasswd off

    to the proftpd.conf file.

    mp.
    --
    Martin Paul | Systems Administrator
    Institute for Software Science | [email]martin@par.univie.ac.at[/email]
    University of Vienna, Austria | [url]http://www.par.univie.ac.at/[/url]
    Martin Paul Guest

  4. #3

    Default Re: proftpd and NIS... HELP

    >Luca Miselli <lucam72@hotmail.com> wrote:
    >> I tried everything but I can't get my proftpd to authenticate the NIS
    >> users...
    >>
    >> it only accept the local users
    >
    >It's been some time, but I think I had a similar problem, which was
    >fixed by adding:
    >
    > PersistentPasswd off
    >
    >to the proftpd.conf file.

    Vielen Danke for the answer... I actually found something about it at
    [url]http://proftpd.linux.co.uk/localsite/Userguide/linked/c572.html#AEN576[/url]

    but still it doesn't seem to work...

    I might have put it in the wrong place

    I tried in the Global setting (end of the file) then I tried also at
    the beginning of the file (commenting the one at the bottom...

    <Global>
    DefaultRoot ~
    ShowSymlinks on
    RootLogin off

    # I tried them both
    #PersistantPassword off
    #PersistentPasswd off

    </Global>


    could you please check where did you put it?

    thanks
    Luca
    Luca Miselli Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139