From: cajus Date: Wed, 23 Jul 2008 15:29:03 +0000 (+0000) Subject: Install gosa.conf manpage from within the debian package X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84bbce1b1727a7c5c8bb9a2e260c8fb9a44c1c39;p=gosa.git Install gosa.conf manpage from within the debian package git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11872 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/gosa.conf.5 b/gosa-core/contrib/gosa.conf.5 index 63d66f8a9..e7623acb6 100644 --- a/gosa-core/contrib/gosa.conf.5 +++ b/gosa-core/contrib/gosa.conf.5 @@ -395,24 +395,17 @@ on unix systems, you've to adjust your NSS configuration to use rfc2307bis style groups, too. .PP +.B ppd_path +.I path +.PP +The +.I ppd_path +variable defines where to store PPD files for the GOto environment plugins. +.PP +.B Browser and display options - - - - - - - - - -.B Display options -.PP -.I The -.B list_summary -.I statement -.PP .B list_summary .I true/false .PP @@ -423,12 +416,21 @@ GOsa generated lists, displaying a short summary of type and number of elements in the list. .PP + +compressed +save_filter +lang +theme +session_lifetime +noprimarygroup + + + + + + .B Password options .PP -.I The -.B pwminlen -.I statement -.PP .B pwminlen .I integer .PP @@ -438,10 +440,6 @@ statement determines whether a newly entered password has to be of a minimum length. .PP -.I The -.B pwdiffer -.I statement -.PP .B pwdiffer .I integer .PP @@ -451,10 +449,6 @@ statement determines whether a newly entered password has to be checked to have at least n different characters. .PP -.I The -.B externalpwdhook -.I statement -.PP .B externalpwdhook .I path .PP @@ -464,6 +458,31 @@ can specify an external script to handle password settings at some other location besides the LDAP. .PP +.B account_expiration +.I bool +.PP +The +.I account_expiration +statement enables shadow attribute tests during the login to the GOsa web +interface and forces password renewal or account lockout. +.PP + +.B krbsasl +.I bool +.PP +The +.I krbsasl +statement defines the way the kerberos realm is stored in the +.I userPassword +attribute. Set it to +.I true +in order to get {sasl}user@REALM.NET, or to +.I false +to get {kerberos}user@REALM.NET. The latter is outdated, but may be +needed from time to time. +.PP + + diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules index 4686fe947..41f93570b 100755 --- a/gosa-core/debian/rules +++ b/gosa-core/debian/rules @@ -57,6 +57,7 @@ binary-common: dh_installmenu dh_installdebconf dh_installman -pgosa-desktop contrib/gosa.1 + dh_installman -pgosa contrib/gosa.conf.5 dh_strip dh_compress -Xgosa.conf dh_fixperms