nss-pam-ldapd commit: r1376 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1376 - 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: r1376 - nss-pam-ldapd/pynslcd
- Date: Sun, 6 Mar 2011 15:49:27 +0100 (CET)
Author: arthur
Date: Sun Mar 6 15:49:25 2011
New Revision: 1376
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1376
Log:
fix search filter objectClass for hosts
Modified:
nss-pam-ldapd/pynslcd/host.py
Modified: nss-pam-ldapd/pynslcd/host.py
==============================================================================
--- nss-pam-ldapd/pynslcd/host.py Sun Mar 6 15:23:07 2011 (r1375)
+++ nss-pam-ldapd/pynslcd/host.py Sun Mar 6 15:49:25 2011 (r1376)
@@ -1,5 +1,5 @@
-# host.py - lookup functions for hostnet addresses
+# host.py - lookup functions for host names and addresses
#
# Copyright (C) 2011 Arthur de Jong
#
@@ -28,7 +28,7 @@
class HostRequest(common.Request):
- filter = '(objectClass=ieee802Device)'
+ filter = '(objectClass=ipHost)'
attmap_cn = 'cn'
attmap_ipHostNumber = 'ipHostNumber'
--
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: r1376 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project