[ python-Bugs-1010241 ] Finish the hba module

noreply at pgfoundry.org noreply at pgfoundry.org
Wed Jan 16 04:11:05 UTC 2008


Bugs item #1010241, was opened at 2008-01-15 21:11
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010241&group_id=1000094

Category: ctl/boss
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Finish the hba module

Initial Comment:
Provide a interface to HBA files that allows the mere specification of whether someone should be allowed or disallowed and process the file as needed.

This will require the module understand the HBA file as opposed to a loose grasp of the syntax.

allow(type, user, database, host, ...)
 give permission

disallow(type, user, database, host, ...)
 revoke permission

reject()
 explicitly reject

allowed()
 check if someone is allowed

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010241&group_id=1000094


More information about the Python-general mailing list