![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Folks, This is my first post to this group, and of the 100 threads appearing when I subscribed, I haven't seen any mention of the problem. Nor does any of the PG documentation I have seen refer to it: After the admin creates a new user, I would like to have that user change the password. A password does not seem very secure if it is shared, even with the admin who creates the user. What is the standard methodolgy for doing this in PostgreSQL? I'mabit perplexed by this,because it strikes me that user-level password secrecy is just essential to overall system security. Fortunately, my PostgreSQL work right now is all experimental, so there is no critical security problem -- until I start using this RDBMS tool in a real-world seting. My PG version is 8.1, running on XP Pro. Thanks, Joseph Newton ALTER USER username WITH PASSWORD 'a_password' |
#3
| |||
| |||
|
|
R. Joseph Newton wrote: Hi Folks, This is my first post to this group, and of the 100 threads appearing when I subscribed, I haven't seen any mention of the problem. Nor does any of the PG documentation I have seen refer to it: After the admin creates a new user, I would like to have that user change the password. A password does not seem very secure if it is shared, even with the admin who creates the user. What is the standard methodolgy for doing this in PostgreSQL? I'mabit perplexed by this,because it strikes me that user-level password secrecy is just essential to overall system security. Fortunately, my PostgreSQL work right now is all experimental, so there is no critical security problem -- until I start using this RDBMS tool in a real-world seting. My PG version is 8.1, running on XP Pro. Thanks, Joseph Newton ALTER USER username WITH PASSWORD 'a_password' Christoph Lamprecht -- perl -e "print scalar reverse q/ed.enilno (AT) ergn (DOT) l.hc/" |
![]() |
| Thread Tools | |
| Display Modes | |
| |