Subject: libpam-mount: Numbers are not allowed at the beginning of the username
Package: libpam-mount
Version: 0.44-1+lenny1
Severity: normal
| #! /bin/sh /usr/share/dpatch/dpatch-run
| ## 10_pmvarrun_allow-num-at-the-beginning-from-usernames.dpatch by <[EMAIL
PROTECTED]>
| ##
| ## All lines beginning with `## DP:' are a description of the patch.
| ## DP: Allow numbers at the beginning from user names in pmvarrun
|
| @DPATCH@
| diff -urNad libpam-mount-0.48~/src/pmvarrun.c
libpam-mount-0.48/src/pmvarrun.c
| --- libpam-mount-0.48~/src/pmvarrun.c 2008-09-11 04:07:28.000000000
+0200
| +++ libpam-mount-0.48/src/pmvarrun.c 2008-10-28 12:45:54.000000000 +0100
| @@ -89,7 +89,7 @@
| if (*n == '\0')
| return false;
| if (!((*n >= 'A' && *n <= 'Z') || (*n >= 'a' && *n <= 'z') ||
| - *n == '_'))
| + (*n >= '0' && *n <= '9') || *n == '_'))
| return false;
|
| while (*n != '\0') {
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libpam-mount depends on:
ii debconf 1.5.22 Debian configuration management sy
ii libc6 2.7-14 GNU C Library: Shared libraries
ii libhx13 1.18-1 A library providing queue, tree, I
ii libpam0g 1.0.1-4 Pluggable Authentication Modules l
ii libssl0.9.8 0.9.8g-13 SSL shared libraries
ii libxml-writer-perl 0.604-1 Perl module for writing XML docume
ii libxml2 2.6.32.dfsg-4 GNOME XML library
ii mount 2.13.1.1-1 Tools for mounting and manipulatin
libpam-mount recommends no packages.
Versions of packages libpam-mount suggests:
pn cryptsetup <none> (no description available)
pn davfs2 <none> (no description available)
pn fuse-utils <none> (no description available)
ii lsof 4.78.dfsg.1-4 List open files
pn ncpfs <none> (no description available)
ii openssl 0.9.8g-13 Secure Socket Layer (SSL) binary a
ii psmisc 22.6-1 Utilities that use the proc filesy
ii smbfs 2:3.2.3-3 mount and umount commands for the
pn truecrypt-utils <none> (no description available)
-- debconf information:
libpam-mount/convert-xml-config: false
Gruss
Grisu
--
Michael Bramer -- http://www.feuerwehr.kreuzau.de/wiki/
PGP: finger [EMAIL PROTECTED] -- Linux Sysadmin -- Use Debian Linux
"Wenn ich die Folgen geahnt hätte, wäre ich Uhrmacher geworden!"
--- Albert Einstein
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]