nss-pam-ldapd commit: r1488 - in nss-pam-ldapd: pynslcd tests
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1488 - in nss-pam-ldapd: pynslcd tests
- 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: r1488 - in nss-pam-ldapd: pynslcd tests
- Date: Fri, 5 Aug 2011 23:42:34 +0200 (CEST)
Author: arthur
Date: Fri Aug 5 23:42:32 2011
New Revision: 1488
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1488
Log:
replace last traces of groupOfUniqueNames
Modified:
nss-pam-ldapd/pynslcd/group.py
nss-pam-ldapd/tests/test_myldap.c
Modified: nss-pam-ldapd/pynslcd/group.py
==============================================================================
--- nss-pam-ldapd/pynslcd/group.py Fri Aug 5 23:28:23 2011 (r1487)
+++ nss-pam-ldapd/pynslcd/group.py Fri Aug 5 23:42:32 2011 (r1488)
@@ -37,7 +37,7 @@
gidNumber='gidNumber',
memberUid='memberUid',
member='member')
-filter = '(|(objectClass=posixGroup)(objectClass=groupOfUniqueNames))'
+filter = '(|(objectClass=posixGroup)(objectClass=groupOfNames))'
class GroupRequest(common.Request):
Modified: nss-pam-ldapd/tests/test_myldap.c
==============================================================================
--- nss-pam-ldapd/tests/test_myldap.c Fri Aug 5 23:28:23 2011 (r1487)
+++ nss-pam-ldapd/tests/test_myldap.c Fri Aug 5 23:42:32 2011 (r1488)
@@ -113,7 +113,7 @@
printf("test_myldap: test_get(): doing search...\n");
search1=myldap_search(session,nslcd_cfg->ldc_bases[0],
LDAP_SCOPE_SUBTREE,
-
"(&(|(objectClass=posixGroup)(objectClass=groupOfUniqueNames))(cn=testgroup2))",
+
"(&(|(objectClass=posixGroup)(objectClass=groupOfNames))(cn=testgroup2))",
attrs1,NULL);
assert(search1!=NULL);
/* get one entry */
--
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: r1488 - in nss-pam-ldapd: pynslcd tests,
Commits of the nss-pam-ldapd project