nss-pam-ldapd commit: r1406 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1406 - nss-pam-ldapd/pynslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1406 - nss-pam-ldapd/pynslcd
- Date: Wed, 23 Mar 2011 22:55:39 +0100 (CET)
Author: arthur
Date: Wed Mar 23 22:55:37 2011
New Revision: 1406
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1406
Log:
fix use of spaces
Modified:
nss-pam-ldapd/pynslcd/host.py
Modified: nss-pam-ldapd/pynslcd/host.py
==============================================================================
--- nss-pam-ldapd/pynslcd/host.py Wed Mar 23 22:43:27 2011 (r1405)
+++ nss-pam-ldapd/pynslcd/host.py Wed Mar 23 22:55:37 2011 (r1406)
@@ -40,14 +40,14 @@
hostname = common.get_rdn_value(entry, self.attmap_cn)
hostnames = attributes.get(self.attmap_cn, [])
if not hostnames:
- print 'Error: entry %s does not contain %s value' % ( dn,
self.attmap_cn)
+ print 'Error: entry %s does not contain %s value' % ( dn,
self.attmap_cn )
if not hostname:
hostname = hostnames.pop(0)
else:
hostnames.remove(hostname)
addresses = attributes.get(self.attmap_ipHostNumber, [])
if not addresses:
- print 'Error: entry %s does not contain %s value' % ( dn,
self.attmap_ipHostNumber)
+ print 'Error: entry %s does not contain %s value' % ( dn,
self.attmap_ipHostNumber )
# write result
self.fp.write_int32(constants.NSLCD_RESULT_BEGIN)
self.fp.write_string(hostname)
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1406 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project