summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-02-19 21:56:21 -0500
committerLuke Macken <lmacken@redhat.com>2008-02-19 21:56:21 -0500
commit5a49eac4ac979385fec8d3cc4ffd6eb22c35ad7b (patch)
tree8723b4d91dfc6bc1d261152eb48bbf44851475cb /funcweb
parent7e55b2ead25d1e9f9b0ccdf333d7159ccffcd81a (diff)
downloadfunc-5a49eac4ac979385fec8d3cc4ffd6eb22c35ad7b.tar.gz
func-5a49eac4ac979385fec8d3cc4ffd6eb22c35ad7b.tar.xz
func-5a49eac4ac979385fec8d3cc4ffd6eb22c35ad7b.zip
Add an entry point for our PAMIdentityProvider
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcweb/setup.py b/funcweb/setup.py
index 9bde340..cff4101 100644
--- a/funcweb/setup.py
+++ b/funcweb/setup.py
@@ -68,6 +68,10 @@ setup(
'console_scripts': [
'start-funcweb = funcweb.commands:start',
],
+
+ 'turbogears.identity.provider' : [
+ 'pam = funcweb.identity.pamprovider:PAMIdentityProvider'
+ ],
},
# Uncomment next line and create a default.cfg file in your project dir
# if you want to package a default configuration in your egg.