From 4edb2a7d8b02df5ceda10fcbe30b2ad4cf9e4a12 Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Mon, 16 Mar 2009 20:05:06 +0000 Subject: Initial release, drupal 6.x --- README.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9d99291 --- /dev/null +++ b/README.txt @@ -0,0 +1,60 @@ +/* $Id$ */ + +-- SUMMARY -- + +The HTPasswd Sync module let you synchronize a htpasswd and a +htgroup file with the user database. + +For a full description of the module, visit the project page: + http://drupal.org/project/htpasswdsync + +To submit bug reports and feature suggestions, or to track changes: + http://drupal.org/project/issues/htpasswdsync + + +-- REQUIREMENTS -- + +The syncrhonization only happen on password change. Hence, this module shall be +installed before any user creation. + + +-- INSTALLATION -- + +* Install as usual, see http://drupal.org/node/70151 for further information. + + +-- CONFIGURATION -- + +* Configure synchronized files in Administer >> User management >> HTPasswd Sync >> + + htpasswdsync module: + + - htpasswd file + + The file that will contain users and password, password are crypted, using + the standard crypt function, with a random two charaters seed. + + - htgroup file + + The file that will synchronize the roles. + + - roles + + The roles you want to export in the htgroup file. + + +-- CUSTOMIZATION -- + +None. + +-- TROUBLESHOOTING -- + + + +-- FAQ -- + + +-- CONTACT -- + +Current maintainers: +* Marc Furrer (m.fu) - http://drupal.org/user/310415 -- cgit v1.2.3