From 966773f826e63edc62f856ae7b4a25de637577dd Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 31 Aug 2012 17:47:04 +0200 Subject: [PATCH] Advertise about the daemon mode only available for Unix --- pages/user_documentation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index e1c4452b..dbbb72ca 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -671,3 +671,9 @@ PAM Authentication The PAM authentication module relies on `the pam module `_, and thus only works with 2.x versions of Python. + +Daemon Mode +----------- + +The daemon mode relies on forks, and thus only works on Unix-like OSes +(incuding Linux, OS X, *BSD).