nfs module?

N

nuubs

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
 
T

Thomas Guettler

Am Wed, 01 Oct 2003 13:23:38 -0700 schrieb nuubs:
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.

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
 
N

nuubs

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

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
 
H

Harry George

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


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:
http://freshmeat.net/projects/pynfs/?topic_id=142

I can't tell you anything about it though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top