Florian Lindner wrote:
> Serge Orlov wrote:
>
>> Florian Lindner wrote:
>>> Paul Rubin wrote:
>>>
- sort of similar: have a separate process running that knows the
password (administrator enters it at startup time). That process
listens on a unix socket and checks the ID of the clie
Florian Lindner <[EMAIL PROTECTED]> writes:
> Can I find out the identity of the client (PID/UID) when using unix socket?
Unix sockets have a feature called ancillary messages that lets you do
that, but the Python socket module currently doesn't support the
feature. There's an open sourceforge b
Serge Orlov wrote:
> Florian Lindner wrote:
>> Paul Rubin wrote:
>>
>>> - sort of similar: have a separate process running that knows the
>>> password (administrator enters it at startup time). That process
>>> listens on a unix socket and checks the ID of the client. It reveals
>>> the password
I had a similar problem a few years ago and decided that if I really
had to store passwords, I could at least make them a bit harder to get
at.
I was using a the ConfigParser module to store other info in a config
file, so I added entries for the UserID and password to the config
file, as well as
Florian Lindner wrote:
> Paul Rubin wrote:
>
>> - sort of similar: have a separate process running that knows the
>> password (administrator enters it at startup time). That process
>> listens on a unix socket and checks the ID of the client. It reveals
>> the password to authorized clients, i.e.
Paul Rubin wrote:
> Florian Lindner <[EMAIL PROTECTED]> writes:
>> I've a scripts that allows limited manipulation of a database to users.
>> This script of course needs to save a password for the database
>> connection. The users, on the other hand need read permission on the
>> script in order t
Esben Pedersen wrote:
> Florian Lindner wrote:
>> Hello,
>> I've a scripts that allows limited manipulation of a database to users.
>> This script of course needs to save a password for the database
>> connection. The users, on the other hand need read permission on the
>> script in order to execu
Florian Lindner <[EMAIL PROTECTED]> writes:
> I've a scripts that allows limited manipulation of a database to users. This
> script of course needs to save a password for the database connection. The
> users, on the other hand need read permission on the script in order to
> execute it but should n
Florian Lindner wrote:
Hello,
I've a scripts that allows limited manipulation of a database to users. This
script of course needs to save a password for the database connection. The
users, on the other hand need read permission on the script in order to
execute it but should not be able to read out
Peter Hansen wrote:
> Florian Lindner wrote:
>> I've a scripts that allows limited manipulation of a database to users.
>> This script of course needs to save a password for the database
>> connection. The users, on the other hand need read permission on the
>> script in order to execute it but sh
Florian Lindner wrote:
I've a scripts that allows limited manipulation of a database to users. This
script of course needs to save a password for the database connection. The
users, on the other hand need read permission on the script in order to
execute it but should not be able to read out the pa
Hello,
I've a scripts that allows limited manipulation of a database to users. This
script of course needs to save a password for the database connection. The
users, on the other hand need read permission on the script in order to
execute it but should not be able to read out the password.
What is
12 matches
Mail list logo