From 49df13840fd369c31521cb90cfe2aadb6f0344d7 Mon Sep 17 00:00:00 2001 From: opensides Date: Mon, 12 May 2008 09:56:45 +0000 Subject: [PATCH] - Adding a manpage for gosa-encrypt-paswords git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10870 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/README.debian | 3 ++- debian/gosa-encrypt-passwords.1 | 11 +++++++++++ debian/rules | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 debian/gosa-encrypt-passwords.1 diff --git a/debian/README.debian b/debian/README.debian index 6a464353c..a560d701f 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -63,7 +63,7 @@ php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the debian smarty package to support PHP5 in a propper way. -* Local configuration - secruity issues +* Local configuration - security issues You should be aware, that GOsa reads its configuration files which store an important LDAP password as the www-data user. If you allow other @@ -75,6 +75,7 @@ This can be achieved by running: # a2enmod headers # gosa-encrypt-passwords +# Remove the comment for /etc/gosa/gosa.secrets in /etc/gosa/apache.conf # /etc/init.d/apache2 reload ---- diff --git a/debian/gosa-encrypt-passwords.1 b/debian/gosa-encrypt-passwords.1 new file mode 100644 index 000000000..e49b68a05 --- /dev/null +++ b/debian/gosa-encrypt-passwords.1 @@ -0,0 +1,11 @@ +.TH GOSA-ENCRYPT-PASSWORDS 1 +.SH NAME +gosa-encrypt-passwords \- gosa-encrypt-password a tool to encrypt password stored in gosa.conf +.SH SYNOPSIS +.PP +.B gosa-encrypt-passwords +.SH DESCRIPTION +.I gosa-encrypt-passwords +takes the password found in the gosa.conf file and create a +.B gosa.secrets +file read by apache when gosa is used. diff --git a/debian/rules b/debian/rules index 0d320a8da..5121664e5 100755 --- a/debian/rules +++ b/debian/rules @@ -120,6 +120,7 @@ binary-indep: install dh_installmenu dh_installman --package=gosa debian/mkntpasswd.1 dh_installman --package=gosa-desktop debian/gosa.1 + dh_installman --package=gosa debian/gosa-encrypt-passwords.1 dh_link dh_strip dh_compress --exclude=gosa.conf -- 2.30.2