Portrait: Louis Landry of Joomla! finds direction in FOSS


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Portrait: Louis Landry of Joomla! finds direction in FOSS
# 1  
Old 07-02-2008
Portrait: Louis Landry of Joomla! finds direction in FOSS

Wed, 02 Jul 2008 20:00:00 GMT
For Louis Landry, a member of the core team for the Joomla! management system, free and open source software (FOSS) is not just a hobby, nor just the technology behind Jxtended, the consulting business in which he is a partner. For Landry, FOSS is also the movement that gave him direction in life, and provides both the rationale and the outlet for his diverse interests. In fact, he is so enthusiastic about FOSS that he sounds like an evangelist for the community whenever it is mentioned.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ftpgroups(4)						     Kernel Interfaces Manual						      ftpgroups(4)

NAME
ftpgroups - group password file for use with the SITE GROUP and SITE GPASS commands. SYNOPSIS
DESCRIPTION
The file is the group password file for use with the SITE GROUP and SITE GPASS commands. To enable the use of this file, the entry must be made in the configuration file This file contains an alphanumeric string, encrypted password, and the actual group name from the file. Each entry is separated by After a user logs in, the SITE GROUP and SITE GPASS commands may be used to specify an enhanced access group and associated password. If the group name and password are valid, the user becomes (via a member of the group specified in the group access file, The format of the group access file is: where access_group_name is an arbitrary (alphanumeric and/or punctuation) string. encrypted_password is the password encrypted via crypt(3), exactly like in real_group_name is the name of a valid group listed in NOTE: For this option to work for anonymous FTP users, the ftp server must keep permanently open and the group access file is loaded into memory. This means that: (1) the ftp server now has an additional file descriptor open, and (2) the necessary passwords and access privileges granted to users via SITE GROUP will be static for the duration of an FTP ses- sion. If you have an urgent need to change the access groups and/or passwords *NOW*, then kill all of the running FTP servers. FILES
AUTHOR
was developed by the Washington University, St. Louis, Missouri. SEE ALSO
ftpaccess(4). ftpgroups(4)