Jim Hague 9469eb6d58 PAM - get user name from a comma-less passwd comment field.
PAM authentication uses a regular expression to extract the user's real
name from the 'user name or comment field' passwd file when creating a
new account.

The current regular expression assumes the comment field contains the
user name followed by a comma and some other comma-delimited information
(the Linux 'adduser' command adds room number, work phone, home phone
and 'other' info given half a chance).

If the field just contains the user name, there is no trailing comma
and the RE match fails. Make the trailing comma optional.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2010-09-17 14:06:23 +12:00
2010-09-14 13:50:27 +12:00
2010-09-14 13:50:27 +12:00
2010-06-17 23:04:15 +12:00
2010-09-12 16:31:05 +12:00
2010-09-11 23:12:35 +12:00
2010-09-13 14:20:35 +12:00
2010-01-11 10:15:47 +13:00
2010-09-13 14:20:35 +12:00

DAViCal CalDAV Server by Andrew McMillan.

For documentation you are best advised to visit the sourceforge pages
or to start searching from http://davical.org/ and see where you end
up.

Good luck!

Andrew McMillan

-----------------------------------------------
Copyright: 2006-2008 Andrew McMillan <andrew@catalyst.net.nz>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
Description
DAViCal is a server for calendar sharing. It is an implementation of the CalDAV protocol which is designed for storing calendaring resources (in iCalendar format) on a remote shared server.
Readme
Languages
PHP 71%
PLpgSQL 13.2%
Perl 11.7%
Shell 2%
Prolog 0.6%
Other 1.5%