[4133] in linux-announce channel archive
Linux-Announce Digest #425
daemon@ATHENA.MIT.EDU (Digestifier)
Tue May 27 11:14:00 2003
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Tue, 27 May 2003 11:13:06 EDT
Linux-Announce Digest #425, Volume #4 Tue, 27 May 2003 11:13:06 EDT
Contents:
[SLUG] Suncoast LUG Meetings (Paul M Foster)
O Reilly Open Source Convention (Expert)
ANNOUNCE: web2ldap release 0.11.23 (=?ISO-8859-1?Q?Michael_Str=F6der?=)
ANN: python-ldap-2.0.0pre12 (=?ISO-8859-1?Q?Michael_Str=F6der?=)
----------------------------------------------------------------------------
From: Paul M Foster <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: 26 May 2003 17:20:01 GMT
*************************************
* Suncoast Linux Users Group (SLUG) *
* Meeting Schedule *
*************************************
ST PETERSBURG ********************************************
2 June 19:00-21:00 St Petersburg
(usually last Monday of each month)
St Petersburg Public Library, Main Branch
Auditorium
3745 Ninth Ave North
St Petersburg, FL 33713
727-893-7724
*** PRESENTATION: zsh (z shell) by Dylan Hardison ***
See http://www.suncoastlug.org/meetings.html#stpete for directions.
BRANDON **************************************************
5 June 20:00-22:00 Brandon
(first Thursday of each month)
Brandon Barnes & Noble
Brandon Town Center
Brandon, FL
See http://www.suncoastlug.org/meetings.html#Brandon for directions.
NEW PORT RICHEY ******************************************
7 June 13:00-15:00 New Port Richey
(first Saturday of each month)
New Port Richey Public Library
(second level meeting rooms)
5939 Main St.
New Port Richey, FL
See http://www.suncoastlug.org/meetings.html#npr for directions.
TAMPA ****************************************************
11 June 19:00-21:00 Tampa
(second Wednesday of each month)
***** NO LOCATION SET *****
SARASOTA/BRADENTON ***************************************
18 June 18:00-21:00 Sarasota
(third Wednesday of each month)
Honeywell
8323 Lindbergh Court
Sarasota, FL
See http://www.bish.net/directions/
DUNEDIN **************************************************
28 June 10:00-12:00 Dunedin
(usually fourth Saturday of each month)
Dunedin Public Library,
223 Douglas Ave.,
Community Room A.
Dunedin, FL
See http://www.suncoastlug.org/meetings.html#dunedin for directions.
***********************************************************
ACTIVITIES:
Meetings include:
1) Presentation: As indicated.
2) Question & Answer Session.
3) Raffle and free stuff!
Bring your boxes, questions, problems, and plenty of good cheer!
(And don't forget to start your installs early!)
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: firstexpert@hotmail.com (Expert)
Subject: O Reilly Open Source Convention
Date: 26 May 2003 17:45:01 GMT
NOTICE
O Reilly Open Source Convention
Date : 07-07-2003 to 07-11-2003
Location : Portland ,OR
This event is the central gathering place for the open source
community to exchange ideas, share techniques, push the technical
boundaries, and maximize the benefits of open source software.
Source:www.techieindex.com
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: =?ISO-8859-1?Q?Michael_Str=F6der?= <michael@stroeder.com>
Subject: ANNOUNCE: web2ldap release 0.11.23
Date: 26 May 2003 21:00:01 GMT
Reply-To: feedback@web2ldap.de
HI!
Find a new release of web2ldap on
http://www.web2ldap.de/download.html
About:
web2ldap is a full-featured LDAP client written in Python and designed to
run as a stand-alone Web gateway or under the control of a web server with
FastCGI or SCGI support (e.g., Apache with mod_fastcgi or mod_scgi).
Ciao, Michael.
web2ldap 0.11.23
Release Date: 2003-05-26
* w2lapp.addmodifyform: Additional free from input field pair for
specifying attribute type and attribute value.
* w2lapp.core.groupadm: Again fixed administration of group
entries with NON-ASCII characters in DN.
* Added support for X.509v3 extension PolicyConstraints in
certificate parser.
* Removed invalid note about NON-ASCII chars not allowed in LDIF
input form.
* Display allowed URL schemes as note near LDIF input form.
* w2lapp.conninfo: User can specify in [ConnInfo] how aliases
dereferencing is done.
web2ldap 0.11.22
Release Date: 2003-05-19
* Fixed displaying application anchors in w2lapp.viewer.
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: =?ISO-8859-1?Q?Michael_Str=F6der?= <michael@stroeder.com>
Subject: ANN: python-ldap-2.0.0pre12
Date: 27 May 2003 15:05:05 GMT
Reply-To: Python Developer List <python-ldap-dev@lists.sourceforge.net>
Find a new pre-release of python-ldap:
http://python-ldap.sourceforge.net/
python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for
that purpose. Additionally it contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs and LDAPv3 schema).
================================================================
Released 2.0.0pre12 2003-05-27
Changes since 2.0.0pre11:
New sub-module ldap.filter:
* Added functions escape_filter_chars() and filter_format()
ldap.ldapobject:
* Trace log writes LDAP URI of connection instead of module name
* search_s() passes self.timeout as argument timeout when
calling search_ext_s()
* Key-word arguments for simple_bind() and simple_bind_s()
with defaults for anonymous bind.
* LDAPObject.protocol_version is set to LDAPv3 as default
(this might make code changes necessary in a real LDAPv2
environment)
* Default for key-word argument trace_stack_limit passed to
__init__() is 5
* Updated __doc__ strings
* Aligned and tested ReconnectLDAPObject and SmartLDAPObject
ldap.async:
* LDIFWriter uses ldif.LDIFWriter instead of calling
function ldif.CreateLDIF
* LDIFWriter accepts either file-like object or ldif.LDIFWriter
instance as argument for specifying the output
ldif:
* Abandoned argument all_records of LDIFRecordList.__init__()
ldapurl:
* urllib.unquote() used instead of urllib.unquote_plus()
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************