Package: libnss-ldap
Version: 251-5
Severity: important

the funny part in libnss-ldap.postinst is:
# the order is important, first the backslashes
and then you escape hyphens with no-escaped backslashes...

quick fix:
1) remove the:
# escape hyphen in domainnames for later regex compat (ex.
# example-city.net)
        value=`echo $value | sed -s 's#-#\\-#g'`
2) replace - by ~ in the perl regexp

long fix: write something nicer ! ;-)
(the ;-) is meant to be a very nice teasing ;-) - not a sarcastic one)

cheers

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc5-git2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to