nfs module?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nuubs

    nfs module?

    Hello python gurus and everyone else!

    I've been tasked to write a python program to help with auditing. The program
    will involved auditing NFS links and checked for permission and proper security
    settings.

    Does anyone know if there's an NFS module already made in Python? If there is,
    it would make it a lot simpler, I think... :), to code the program. I made an
    extensive search on it but found none.

    Any suggestion or ideas are very welcome.

    I'm new to Python so, slap it to me!... :)

    Thanks!
    Angel
  • Thomas Guettler

    #2
    Re: nfs module?

    Am Wed, 01 Oct 2003 13:23:38 -0700 schrieb nuubs:
    [color=blue]
    > Hello python gurus and everyone else!
    >
    > I've been tasked to write a python program to help with auditing. The program
    > will involved auditing NFS links and checked for permission and proper security
    > settings.
    >
    > Does anyone know if there's an NFS module already made in Python? If there is,
    > it would make it a lot simpler, I think... :), to code the program. I made an
    > extensive search on it but found none.
    >
    > Any suggestion or ideas are very welcome.[/color]

    Do you want to audit NFS by using the UDP protocol,
    or do you just want to check if the filesystem contains
    some links which could be unsecure?

    If you just want to check the filesystem, you only need
    the os and os.path module.

    thomas

    Comment

    • nuubs

      #3
      Re: nfs module?

      ggmwisdom@yahoo .com (nuubs) wrote in message news:<5c1d4a1.0 310011223.2b2a8 0a2@posting.goo gle.com>...[color=blue]
      > Hello python gurus and everyone else!
      >
      > I've been tasked to write a python program to help with auditing. The program
      > will involved auditing NFS links and checked for permission and proper security
      > settings.
      >
      > Does anyone know if there's an NFS module already made in Python? If there is,
      > it would make it a lot simpler, I think... :), to code the program. I made an
      > extensive search on it but found none.
      >
      > Any suggestion or ideas are very welcome.
      >
      > I'm new to Python so, slap it to me!... :)
      >
      > Thanks!
      > Angel[/color]

      DON'T YOU ALL JUMP IN AT ONCE! GEEZ, SORRY TO POSE A NON-TRIVIAL
      QUESTION. I DIDN'T REALIZE IT'S ABOVE AND BEYOND EVERYONE'S
      COMPREHENSION.

      AND I ALSO APOLOGIZE ASKING FOR HELP FROM PYTHON GURUS HERE AS IT IS
      OBVIOUS THERE ARE NONE.

      WELL, ITS ABOUT TIME TO BAIL-OUT OF THIS USELESS FORUM...FOR ME THAT
      IS.

      I GUESS I HAVE TO LIVE WITH OS, OS.PATH, SOCKET, SHUTIL, AND WHATEVER
      PYTHON HAS TO OFFER.

      BTW, DON'T BOTHER TO REPLY. YOU HAD YOUR CHANCE.

      THANKS? NO THANKS.

      ANGEL

      Comment

      • Harry George

        #4
        Re: nfs module?

        ggmwisdom@yahoo .com (nuubs) writes:
        [color=blue]
        > ggmwisdom@yahoo .com (nuubs) wrote in message news:<5c1d4a1.0 310011223.2b2a8 0a2@posting.goo gle.com>...[color=green]
        > > Hello python gurus and everyone else!
        > >
        > > I've been tasked to write a python program to help with auditing. The program
        > > will involved auditing NFS links and checked for permission and proper security
        > > settings.
        > >
        > > Does anyone know if there's an NFS module already made in Python? If there is,
        > > it would make it a lot simpler, I think... :), to code the program. I made an
        > > extensive search on it but found none.
        > >
        > > Any suggestion or ideas are very welcome.
        > >
        > > I'm new to Python so, slap it to me!... :)
        > >
        > > Thanks!
        > > Angel[/color]
        >
        > DON'T YOU ALL JUMP IN AT ONCE! GEEZ, SORRY TO POSE A NON-TRIVIAL
        > QUESTION. I DIDN'T REALIZE IT'S ABOVE AND BEYOND EVERYONE'S
        > COMPREHENSION.
        >
        > AND I ALSO APOLOGIZE ASKING FOR HELP FROM PYTHON GURUS HERE AS IT IS
        > OBVIOUS THERE ARE NONE.
        >
        > WELL, ITS ABOUT TIME TO BAIL-OUT OF THIS USELESS FORUM...FOR ME THAT
        > IS.
        >
        > I GUESS I HAVE TO LIVE WITH OS, OS.PATH, SOCKET, SHUTIL, AND WHATEVER
        > PYTHON HAS TO OFFER.
        >
        > BTW, DON'T BOTHER TO REPLY. YOU HAD YOUR CHANCE.
        >
        > THANKS? NO THANKS.
        >
        > ANGEL[/color]


        I realize we can all get testy at times, but that was way over the
        top.

        A quick look on google ("python nfs") turns up:
        Free, secure and fast downloads from the largest Open Source applications and software directory - SourceForge.net


        I can't tell you anything about it though.


        --
        harry.g.george@ boeing.com
        6-6M31 Knowledge Management
        Phone: (425) 342-5601

        Comment

        Working...