Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-09-04 21:19:28 +0200
committerArthur de Jong <arthur@arthurdejong.org>2011-09-04 21:19:28 +0200
commitae31eae2e7e0104ea0e849ffd68a40de5843dedd (patch)
tree0979b91716843b3548bc8ce9afb0780a96ae6b3d
parent10a0581aeb773c9c517a003eab89d17b52f1bce2 (diff)
get files ready for 0.8.4 release0.8.4
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1536 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog368
-rw-r--r--NEWS32
-rw-r--r--TODO1
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog54
-rw-r--r--debian/copyright4
-rw-r--r--man/nslcd.8.xml4
-rw-r--r--man/nslcd.conf.5.xml4
-rw-r--r--man/pam_ldap.8.xml4
10 files changed, 468 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index 6ec3667..b38cb63 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -111,3 +111,6 @@ Joe Hansen <joedalton2@yahoo.dk>
Denis Doria <denisdoria@gmail.com>
James M. Leddy <james.leddy@redhat.com>
Jakub Hrozek <jhrozek@redhat.com>
+Andreas B. Mundt <andi.mundt@web.de>
+Paul Gevers <paul@climbing.nl>
+Jeroen Schot <schot@A-Eskwadraat.nl>
diff --git a/ChangeLog b/ChangeLog
index 67e9ad2..660214f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,371 @@
+2011-09-04 08:48 arthur
+
+ * [r1535] tests/test_getpeercred.c: warn when we couldn't get the
+ gid or pid, the uid is the only really interesting bit
+
+2011-09-04 08:42 arthur
+
+ * [r1534] tests/test_tio.c: add casts from size_t to int for printf
+
+2011-09-04 08:40 arthur
+
+ * [r1533] debian/rules: ignore failures in tests
+
+2011-09-04 08:40 arthur
+
+ * [r1532] debian/rules: use auto-detection for LDAP library and
+ defaults for config file, socket and pidfile (no changes)
+
+2011-09-03 15:57 arthur
+
+ * [r1531] debian/libnss-ldapd.config, debian/libnss-ldapd.postinst,
+ debian/libnss-ldapd.postrm, debian/libpam-ldapd.postinst: support
+ spaces before and after database name while parsing
+ /etc/nsswitch.conf and reduce the number of places where parsing
+ is done
+
+2011-08-30 18:58 arthur
+
+ * [r1530] debian/nslcd.postinst: correctly handle leading and
+ trailing spaces in preseeded uri option (patch by Andreas B.
+ Mundt)
+
+2011-08-30 18:47 arthur
+
+ * [r1529] configure.ac, nslcd/myldap.c: move LDAP_DEPRECATED and
+ LDAP_REFERRALS to configure.ac to ensure that tests from
+ configure see the same API
+
+2011-08-29 20:57 arthur
+
+ * [r1528] configure.ac, nslcd/common.c, nslcd/common.h: implement
+ and use a strtoui() function if uid_t or gid_t is of size
+ unsigned int (thanks Jakub Hrozek)
+
+2011-08-29 19:18 arthur
+
+ * [r1527] pynslcd/Makefile.am: get rid of automake warning
+
+2011-08-29 19:16 arthur
+
+ * [r1526] configure.ac: silence autoconf warnings, patch by Jakub
+ Hrozek
+
+2011-08-29 19:01 arthur
+
+ * [r1525] debian/po/nl.po: some changes based on feedback by Jeroen
+ Schot
+
+2011-08-27 21:22 arthur
+
+ * [r1524] configure.ac, nslcd/cfg.c, nslcd/common.h, nslcd/group.c,
+ nslcd/passwd.c: provide strtouid() and strtogid() functions that
+ use strtoul() or strtoull() (thanks Jakub Hrozek)
+
+2011-08-27 20:57 arthur
+
+ * [r1523] nslcd/cfg.c, nslcd/group.c, nslcd/passwd.c,
+ nslcd/protocol.c, nslcd/rpc.c, nslcd/service.c, nslcd/shadow.c:
+ check errno after calls to strtol() to ensure that numbers that
+ are too large for type will be reported (thanks Jakub Hrozek)
+
+2011-08-27 15:08 arthur
+
+ * [r1522] AUTHORS, nslcd/myldap.c: pass a statically allocated
+ callback structure to OpenLDAP because it doesn't make it's own
+ copy (thanks Jakub Hrozek)
+
+2011-08-27 14:48 arthur
+
+ * [r1521] debian/po/nl.po: some changes based on feedback by Paul
+ Gevers
+
+2011-08-26 19:21 arthur
+
+ * [r1520] debian/po/nl.po: first attempt at Dutch (nl) translation
+
+2011-08-26 10:11 arthur
+
+ * [r1519] debian/po/ca.po, debian/po/fi.po, debian/po/gl.po,
+ debian/po/it.po, debian/po/nb.po, debian/po/nl.po,
+ debian/po/sv.po, debian/po/vi.po, debian/po/zh_CN.po: small
+ formatting changes to header
+
+2011-08-25 20:05 arthur
+
+ * [r1518] debian/po/es.po: updated Spanish (es) translation of
+ debconf templates by Francisco Javier Cuadrado
+
+2011-08-24 20:47 arthur
+
+ * [r1517] nslcd/cfg.c: fix typo (thanks Nalin Dahyabhai)
+
+2011-08-24 20:22 arthur
+
+ * [r1515] nslcd/cfg.c: fix a problem with uninitialised memory
+ while parsing the tls_ciphers option (was broken in r853, similar
+ problem was fixed in r910, reported by Isaac Freeman)
+
+2011-08-24 19:02 arthur
+
+ * [r1514] debian/po/de.po: updated German (de) translation of
+ debconf templates by Chris Leick
+
+2011-08-24 18:51 arthur
+
+ * [r1513] AUTHORS, man/nslcd.conf.5.xml, nslcd/cfg.c: support
+ querying DNS SRV records from a different domain than the current
+ one (based on a patch by James M. Leddy)
+
+2011-08-23 20:03 arthur
+
+ * [r1512] debian/po/cs.po: updated Czech (cs) translation of
+ debconf templates by Miroslav Kure
+
+2011-08-19 15:57 arthur
+
+ * [r1511] debian/po/fr.po: typo fix provided by Christian Perrier
+
+2011-08-17 19:38 arthur
+
+ * [r1510] AUTHORS: add new translators to AUTHORS file
+
+2011-08-17 19:04 arthur
+
+ * [r1509] debian/po/ja.po: updated Japanese (ja) translation of
+ debconf templates by Kenshi Muto
+
+2011-08-17 18:44 arthur
+
+ * [r1508] debian/po/pt.po: updated Portuguese (pt) translation of
+ debconf templates by Américo Monteiro
+
+2011-08-14 19:29 arthur
+
+ * [r1507] debian/po/pt_BR.po: updated Brazilian Portuguese (pt_BR)
+ translation of debconf templates by Denis Doria
+
+2011-08-14 17:03 arthur
+
+ * [r1506] ChangeLog, ChangeLog-2009, ChangeLog-2010, Makefile.am:
+ split 2009 and 2010 changes to separate ChangeLog files
+
+2011-08-14 15:39 arthur
+
+ * [r1505] nss/networks.c: remove unused variable
+
+2011-08-14 14:09 arthur
+
+ * [r1504] nslcd/Makefile.am, pam/Makefile.am, tests/Makefile.am:
+ put external libraries at the end when linking
+
+2011-08-14 14:03 arthur
+
+ * [r1503] configure.ac: remove some tests for symbols we aren't
+ using
+
+2011-08-14 14:02 arthur
+
+ * [r1502] debian/libnss-ldapd.lintian-overrides: add lintian
+ override for SONAME check
+
+2011-08-14 12:54 arthur
+
+ * [r1501] debian/po/pt_BR.po: updated Brazilian Portuguese (pt_BR)
+ translation of debconf templates by Denis Doria
+
+2011-08-14 10:34 arthur
+
+ * [r1500] debian/po/da.po: update Danish (da) translation of
+ debconf templates by Joe Hansen
+
+2011-08-14 10:27 arthur
+
+ * [r1499] debian/po/sk.po: added Slovak (sk) translation of debconf
+ templates by Slavko
+
+2011-08-14 10:18 arthur
+
+ * [r1498] debian/po/fr.po: updated French (fr) translation of
+ debconf templates by Christian Perrier
+
+2011-08-14 10:04 arthur
+
+ * [r1497] debian/po/ru.po: updated Russian (ru) translation of
+ debconf templates by Yuri Kozlov
+
+2011-08-10 20:02 arthur
+
+ * [r1496] AUTHORS: fix spelling of name (sorry about that)
+
+2011-08-09 15:36 arthur
+
+ * [r1495] nslcd/passwd.c: check nsswitch.conf mtime to see whether
+ file should be reloaded
+
+2011-08-09 09:09 arthur
+
+ * [r1494] debian/po/ca.po, debian/po/cs.po, debian/po/da.po,
+ debian/po/de.po, debian/po/es.po, debian/po/fi.po,
+ debian/po/fr.po, debian/po/gl.po, debian/po/it.po,
+ debian/po/ja.po, debian/po/nb.po, debian/po/nl.po,
+ debian/po/pt.po, debian/po/pt_BR.po, debian/po/ru.po,
+ debian/po/sv.po, debian/po/templates.pot, debian/po/vi.po,
+ debian/po/zh_CN.po: run debconf-updatepo to update .pot and .po
+ files
+
+2011-08-09 09:02 arthur
+
+ * [r1493] debian/nslcd.templates, man/nslcd.conf.5.xml: small
+ language updates based on feedback by Justin B Rye
+
+2011-08-08 08:09 arthur
+
+ * [r1492] debian/nslcd.templates: incorporate feedback on debconf
+ templates by debian-l10n-english@lists.debian.org (thanks Justin
+ B Rye and Christian PERRIER)
+
+2011-08-07 16:40 arthur
+
+ * [r1491] Makefile.am, debian/compat, debian/control,
+ debian/libnss-ldapd.install,
+ debian/libnss-ldapd.lintian-overrides,
+ debian/libnss-ldapd.postinst, debian/libpam-ldapd.install,
+ debian/rules, debian/source/lintian-overrides: build Debian
+ packages with multiarch support
+
+2011-08-07 13:10 arthur
+
+ * [r1490] AUTHORS, nslcd/myldap.c: set the socket timeout in a
+ connection callback to avoid timeout issues during the SSL
+ handshake (based on a patch by Stefan Völkel)
+
+2011-08-06 20:36 arthur
+
+ * [r1489] debian/copyright, m4/ax_pthread.m4: update AX_PTHREAD
+ from http://www.gnu.org/software/autoconf-archive/ax_pthread.html
+
+2011-08-05 21:42 arthur
+
+ * [r1488] pynslcd/group.py, tests/test_myldap.c: replace last
+ traces of groupOfUniqueNames
+
+2011-08-05 21:28 arthur
+
+ * [r1487] nslcd/Makefile.am, nslcd/common.h, nslcd/nsswitch.c,
+ nslcd/passwd.c, tests/Makefile.am: check whether the NSS shadow
+ map queries LDAP before returning x as a password has for shadow
+ users
+
+2011-08-05 20:58 arthur
+
+ * [r1486] tests/README, tests/test.ldif.gz, tests/test_nsscmds.sh:
+ update tests with change of member/uniqueMember default change
+ (r1484)
+
+2011-08-05 11:52 arthur
+
+ * [r1485] nslcd/group.c, nslcd/myldap.c, nslcd/myldap.h,
+ nslcd/passwd.c: implementation of myldap_get_values_len() to use
+ ldap_get_values_len() instead of ldap_get_values() to fix some
+ problems with binary data in returned attribute values (patch by
+ Wesley Mason)
+
+2011-08-03 19:54 arthur
+
+ * [r1484] README, nslcd.conf, nslcd/attmap.c, nslcd/attmap.h,
+ nslcd/group.c, pynslcd/group.py, tests/test_myldap.c: switch to
+ using the member attribute by default instead of uniqueMember
+
+2011-07-21 20:41 arthur
+
+ * [r1483] README: remove obsolete attribute from documentation
+
+2011-07-15 20:13 arthur
+
+ * [r1482] debian/nslcd.init: on restart only log_end_msg once
+
+2011-07-04 21:18 arthur
+
+ * [r1481] configure.ac: show the default value for the
+ pam-seclib-dir option
+
+2011-07-03 20:34 arthur
+
+ * [r1480] compat/getpeercred.c: fix header
+
+2011-07-03 20:34 arthur
+
+ * [r1479] compat/pam_compat.h: provide PAM_AUTHTOK_RECOVERY_ERR for
+ systems with only PAM_AUTHTOK_RECOVER_ERR
+
+2011-07-02 21:50 arthur
+
+ * [r1478] Makefile.am, debian/compat, debian/control,
+ debian/libpam-ldapd.install, debian/libpam-ldapd.pam-auth-update,
+ debian/nslcd.install, debian/pam-configs,
+ debian/pam-configs/ldap, debian/rules: switch to dh for
+ debian/rules and bump debhelper compatibility to 8
+
+2011-07-02 21:20 arthur
+
+ * [r1476] nslcd/group.c, nslcd/host.c, nslcd/network.c,
+ nslcd/passwd.c, nslcd/shadow.c: make buffer sizes consistent,
+ grow gidNumber buffer to hold larger numbers and small
+ consistency improvements
+
+2011-06-10 08:49 arthur
+
+ * [r1475] nslcd/pam.c: correctly only check password expiration
+ when authenticating, only check account expiration when doing
+ authorisation check
+
+2011-06-05 20:18 arthur
+
+ * [r1474] nslcd/cfg.c, nslcd/pam.c: check all variables in
+ pam_authz_search to see if they exist
+
+2011-06-05 20:15 arthur
+
+ * [r1473] nslcd/cfg.c, nslcd/common.c: mark more strings as const
+ and don't free() data returned by cfg_getdomainname()
+
+2011-06-05 09:14 arthur
+
+ * [r1471] common/expr.c, tests/test_expr.c: handle expressions
+ where the expander function returns NULL (handle it as an empty
+ string)
+
+2011-06-05 08:58 arthur
+
+ * [r1470] nslcd/myldap.c: fix r1468
+
+2011-06-05 08:54 arthur
+
+ * [r1468] nslcd/myldap.c: simplify and correct find_rdn_value() to
+ handle splitting attribute and value correctly
+
+2011-06-05 08:03 arthur
+
+ * [r1467] config.guess, config.sub: include updated files
+
+2011-05-23 20:05 arthur
+
+ * [r1466] tests/test_common.c: add test case for two-character user
+ name
+
+2011-05-21 14:52 arthur
+
+ * [r1464] nslcd/myldap.c: fix problem with partial attribute name
+ matches in DN (e.g. uid vs. uidNumber) (thanks to Timothy White
+ for the fix)
+
+2011-05-13 13:10 arthur
+
+ * [r1462] ChangeLog, NEWS, TODO, configure.ac, debian/changelog,
+ man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get
+ files ready for 0.8.3 release
+
2011-05-13 13:02 arthur
* [r1461] debian/libnss-ldapd.postinst: don't unconditionally
diff --git a/NEWS b/NEWS
index 92f1dfa..e6fa736 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+changes from 0.8.3 to 0.8.4
+---------------------------
+
+* switch to using the member attribute by default instead of
+ uniqueMember (backwards incompatible change)
+* only return "x" as a password hash when the object has the shadowAccount
+ objectClass and nsswitch.conf is configured to do shadow lookups using
+ LDAP (this avoids some problems with pam_unix)
+* fix problem with partial attribute name matches in DN (thanks Timothy
+ White)
+* fix a problem with objectSid mappings with recent versions of OpenLDAP
+ (patch by Wesley Mason)
+* set the socket timeout in a connection callback to avoid timeout
+ issues during the SSL handshake (patch by Stefan Völkel)
+* check for unknown variables in pam_authz_search
+* only check password expiration when authenticating, only check account
+ expiration when doing authorisation
+* make buffer sizes consistent and grow all buffers holding string
+ representations of numbers to be able to hold 64-bit numbers
+* update AX_PTHREAD from autoconf-archive
+* support querying DNS SRV records from a different domain than the current
+ one (based on a patch by James M. Leddy)
+* fix a problem with uninitialised memory while parsing the tls_ciphers
+ option
+* implement bounds checking of numeric values read from LDAP (patch by
+ Jakub Hrozek)
+* correctly support large uid and gid values from LDAP (patch by Jakub
+ Hrozek)
+* improvements to the configure script (patch by Jakub Hrozek)
+* Debian packaging improvements
+
+
changes from 0.8.2 to 0.8.3
---------------------------
diff --git a/TODO b/TODO
index 857331e..fb0d1c0 100644
--- a/TODO
+++ b/TODO
@@ -28,3 +28,4 @@
* have nslcd flush the nscd caches when reconnecting to the LDAP server after
an error
* have PAM code support password policy of server (see pam_ldap)
+* also add a max uid option for PAM module
diff --git a/configure.ac b/configure.ac
index 315f5c3..8847cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,10 +33,10 @@ configure.ac file for more details.])
# initialize and set version and bugreport address
AC_INIT([nss-pam-ldapd],
- [0.8.3],
+ [0.8.4],
[nss-pam-ldapd-users@lists.arthurdejong.org],,
[http://arthurdejong.org/nss-pam-ldapd/])
-RELEASE_MONTH="May 2011"
+RELEASE_MONTH="Sep 2011"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index 85aff0b..1e770b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,57 @@
+nss-pam-ldapd (0.8.4) unstable; urgency=low
+
+ * Upload to unstable
+ * switch to using the member attribute by default instead of
+ uniqueMember (backwards incompatible change)
+ * only return "x" as a password hash when the object has the shadowAccount
+ objectClass and nsswitch.conf is configured to do shadow lookups using
+ LDAP (this avoids some problems with pam_unix)
+ * fix problem with partial attribute name matches in DN (thanks Timothy
+ White)
+ * fix a problem with objectSid mappings with recent versions of OpenLDAP
+ (patch by Wesley Mason)
+ * set the socket timeout in a connection callback to avoid timeout
+ issues during the SSL handshake (patch by Stefan Völkel)
+ * check for unknown variables in pam_authz_search
+ * only check password expiration when authenticating, only check account
+ expiration when doing authorisation
+ * make buffer sizes consistent and grow all buffers holding string
+ representations of numbers to be able to hold 64-bit numbers
+ * update AX_PTHREAD from autoconf-archive
+ * support querying DNS SRV records from a different domain than the current
+ one (based on a patch by James M. Leddy)
+ * fix a problem with uninitialised memory while parsing the tls_ciphers
+ option (closes: #638872) (but doesn't work yet due to #640384)
+ * implement bounds checking of numeric values read from LDAP (patch by
+ Jakub Hrozek)
+ * correctly support large uid and gid values from LDAP (patch by Jakub
+ Hrozek)
+ * improvements to the configure script (patch by Jakub Hrozek)
+ * switch to dh for debian/rules and bump debhelper compatibility to 8
+ * build Debian packages with multiarch support
+ * ship shlibs (but still no symbol files) for libnss-ldapd since that was
+ the easiest way to support multiarch
+ * fix output in init script when restarting nslcd (closes: #637132)
+ * correctly handle leading and trailing spaces in preseeded debconf uri
+ option (patch by Andreas B. Mundt) (closes: #637863)
+ * support spaces around database names in /etc/nsswitch.conf while
+ configuring package (closes: #640185)
+ * updated Russian debconf translation by Yuri Kozlov (closes: #637751)
+ * updated French debconf translation by Christian Perrier (closes: #637756)
+ * added Slovak debconf translation by Slavko (closes: #637759)
+ * updated Danish debconf translation by Joe Hansen (closes :#637763)
+ * updated Brazilian Portuguese debconf translation by Denis Doria
+ * updated Portuguese debconf translation by Américo Monteiro
+ * updated Japanese debconf translation by Kenshi Muto (closes: #638195)
+ * updated Czech debconf translation by Miroslav Kure (closes: #639026)
+ * updated German debconf translation by Chris Leick (closes: #639107)
+ * updated Spanish debconf translation by Francisco Javier Cuadrado
+ (closes: #639236)
+ * updated Dutch debconf translation by Arthur de Jong with help from Paul
+ Gevers and Jeroen Schot
+
+ -- Arthur de Jong <adejong@debian.org> Sun, 04 Sep 2011 21:00:00 +0200
+
nss-pam-ldapd (0.8.3) experimental; urgency=low
* support using the objectSid attribute to provide numeric user and group
diff --git a/debian/copyright b/debian/copyright
index f4a014e..6898ca9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -47,10 +47,10 @@ covered by the GNU Lesser General Public License:
compat/pagectrl.c: Copyright (C) 2002 Max Caines
debian/po/ca.po: Copyright (C) 2004 Free Software Foundation, Inc.
debian/po/da.po: Copyright (C) 2008 Jonas Smedegaard
-debian/po/da.po: Copyright (C) 2010 Joe Hansen
+debian/po/da.po: Copyright (C) 2010, 2011 Joe Hansen
debian/po/de.po: Copyright (C) 2004 Erik Schanze
debian/po/es.po: Copyright (C) 2007 Rudy Godoy Guillén
-debian/po/es.po: Copyright (C) 2009, 2010 Software in the Public Interest
+debian/po/es.po: Copyright (C) 2009, 2010, 2011 Software in the Public Interest
debian/po/fi.po: Copyright (C) 2009 Esko Arajärvi
debian/po/fr.po: Copyright (C) 2007, 2009, 2010 Debian French l10n team
debian/po/vi.po: Copyright (C) 2010 Free Software Foundation, Inc.
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index 972e517..3f9d96e 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.8.3</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.4</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">May 2011</refmiscinfo>
+ <refmiscinfo class="date">Sep 2011</refmiscinfo>
</refmeta>
<refnamediv id="name">
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 51869f4..97d22f7 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.8.3</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.4</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">May 2011</refmiscinfo>
+ <refmiscinfo class="date">Sep 2011</refmiscinfo>
</refmeta>
<refnamediv id="name">
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 3057ab0..b1c34ec 100644
--- a/man/pam_ldap.8.xml
+++ b/man/pam_ldap.8.xml
@@ -35,9 +35,9 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.8.3</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.4</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">May 2011</refmiscinfo>
+ <refmiscinfo class="date">Sep 2011</refmiscinfo>
</refmeta>
<refnamediv id="name">