--- a/doc/book/en/D010-faq.en.txt Thu Apr 30 12:27:32 2009 +0200
+++ b/doc/book/en/D010-faq.en.txt Thu Apr 30 12:28:07 2009 +0200
@@ -242,3 +242,11 @@
Then in the view code, use::
self.format_date(entity.date_attribute)
+
+* Can PostgreSQL and CubicWeb authentication work with kerberos ?
+
+ If you have postgresql set up to accept kerberos authentication, you can set
+ the db-host, db-name and db-user parameters in the `sources` configuration
+ file while leaving the password blank. It should be enough for your instance
+ to connect to postgresql with a kerberos ticket.
+