~ubuntu-branches/ubuntu/lucid/openldap/lucid-proposed

« back to all changes in this revision

Viewing changes to tests/data/dynlist.out

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Steve Langasek, Mathias Gug
  • Date: 2009-02-18 18:44:00 UTC
  • mfrom: (1.1.2 upstream) (0.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20090218184400-zw4mjse9eywt5566
Tags: 2.4.14-0ubuntu1
[ Steve Langasek ]
* New upstream version
  - Fixes a bug with the pcache overlay not returning cached entries
    (closes: #497697)
  - Update evolution-ntlm patch to apply to current Makefiles.
  - (tentatively) drop gnutls-ciphers, since this bug was reported to be
    fixed upstream in 2.4.8.  The fix applied in 2.4.8 didn't match the
    patch from the bug report, so this should be watched for regressions.
* Build against db4.7 instead of db4.2 at last!  Closes: #421946.
* Build with --disable-ndb, to avoid a misbuild when libmysqlclient is
  installed in the build environment.
* New patch, no-crlcheck-for-gnutls, to fix a build failure when using
  --with-tls=gnutls.

[ Mathias Gug ]
* Merge from debian unstable, remaining changes:
  - debian/apparmor-profile: add AppArmor profile
  - debian/slapd.postinst: Reload AA profile on configuration
  - updated debian/slapd.README.Debian for note on AppArmor
  - debian/control: Recommends apparmor >= 2.1+1075-0ubuntu6
  - debian/control: Conflicts with apparmor-profiles << 2.1+1075-0ubuntu4
    to make sure that if earlier version of apparmour-profiles gets
    installed it won't overwrite our profile.
  - Modify Maintainer value to match the DebianMaintainerField
    speficication.
  - follow ApparmorProfileMigration and force apparmor compalin mode on 
    some upgrades (LP: #203529)
  - debian/slapd.dirs: add etc/apparmor.d/force-complain
  - debian/slapd.preinst: create symlink for force-complain on pre-feisty
    upgrades, upgrades where apparmor-profiles profile is unchanged (ie
    non-enforcing) and upgrades where apparmor profile does not exist.
  - debian/slapd.postrm: remove symlink in force-complain/ on purge
  - debian/patches/fix-ucred-libc due to changes how newer glibc handle
    the ucred struct now.
  - debian/control:
    - Build-depend on libltdl7-dev rather then libltdl3-dev.
  - debian/patches/autogen.sh:
    - Call libtoolize with the --install option to install config.{guess,sub}
      files.
  - Don't use local statement in config script as it fails if /bin/sh
    points to bash (LP: #286063).
  - Disable the testsuite on hppa. Allows building of packages on this
    architecture again, once this package is in the archive.
    LP: #288908.
  - debian/slapd.postinst, debian/slapd.script-common: set correct ownership
    and permissions on /var/lib/ldap, /etc/ldap/slapd.d (group readable) and
    /var/run/slapd (world readable). (LP: #257667).
  - debian/patches/nssov-build, debian/rules: 
    Build and package the nss overlay.
    debian/schema/misc.ldif: add ldif file for the misc schema, which defines
    rfc822MailMember (required by the nss overlay).
  - debian/{control,rules}: enable PIE hardening
  - Use cn=config as the default configuration backend instead of 
    slapd.conf. Migrate slapd.conf  file to /etc/ldap/slapd.d/ on upgrade
    asking the end user to enter a new password to control the access to the
    cn=config tree.
* debian/patches/corrupt-contextCSN: The contextCSN can get corrupted at
  times. (ITS: #5947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
# Testing list compare with manageDSAit...
72
72
FALSE
73
73
 
 
74
# Testing list search of all (mapped) attrs...
 
75
dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
 
76
objectClass: groupOfURLs
 
77
cn: Dynamic List
 
78
memberURL: ldap:///ou=People,dc=example,dc=com?cn,mail?sub?(objectClass=person
 
79
 )
 
80
sn: Barbara Jensen
 
81
sn: Babs Jensen
 
82
sn: Bjorn Jensen
 
83
sn: Biiff Jensen
 
84
sn: Dorothy Stevens
 
85
sn: Dot Stevens
 
86
sn: James A Jones 1
 
87
sn: James Jones
 
88
sn: Jim Jones
 
89
sn: James A Jones 2
 
90
sn: Jane Doe
 
91
sn: Jane Alverson
 
92
sn: Jennifer Smith
 
93
sn: Jen Smith
 
94
sn: John Doe
 
95
sn: Jonathon Doe
 
96
sn: Mark Elliot
 
97
sn: Mark A Elliot
 
98
sn: Ursula Hampster
 
99
mail: bjensen@mailgw.example.com
 
100
mail: bjorn@mailgw.example.com
 
101
mail: dots@mail.alumni.example.com
 
102
mail: jaj@mail.alumni.example.com
 
103
mail: jjones@mailgw.example.com
 
104
mail: jdoe@woof.net
 
105
mail: jen@mail.alumni.example.com
 
106
mail: johnd@mailgw.example.com
 
107
mail: melliot@mail.alumni.example.com
 
108
mail: uham@mail.alumni.example.com
 
109
 
 
110
# Testing list search of a (mapped) listed attr...
 
111
dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
 
112
sn: Barbara Jensen
 
113
sn: Babs Jensen
 
114
sn: Bjorn Jensen
 
115
sn: Biiff Jensen
 
116
sn: Dorothy Stevens
 
117
sn: Dot Stevens
 
118
sn: James A Jones 1
 
119
sn: James Jones
 
120
sn: Jim Jones
 
121
sn: James A Jones 2
 
122
sn: Jane Doe
 
123
sn: Jane Alverson
 
124
sn: Jennifer Smith
 
125
sn: Jen Smith
 
126
sn: John Doe
 
127
sn: Jonathon Doe
 
128
sn: Mark Elliot
 
129
sn: Mark A Elliot
 
130
sn: Ursula Hampster
 
131
 
 
132
# Testing list search of a (n unmapped) listed attr...
 
133
dn: cn=Dynamic List,ou=Dynamic Lists,dc=example,dc=com
 
134
mail: bjensen@mailgw.example.com
 
135
mail: bjorn@mailgw.example.com
 
136
mail: dots@mail.alumni.example.com
 
137
mail: jaj@mail.alumni.example.com
 
138
mail: jjones@mailgw.example.com
 
139
mail: jdoe@woof.net
 
140
mail: jen@mail.alumni.example.com
 
141
mail: johnd@mailgw.example.com
 
142
mail: melliot@mail.alumni.example.com
 
143
mail: uham@mail.alumni.example.com
 
144
 
 
145
# Testing list compare (mapped attrs) ...
 
146
TRUE
 
147
 
 
148
# Testing list compare (mapped attrs; should return FALSE)...
 
149
FALSE
 
150
 
74
151
# Testing list search of all attrs...
75
152
dn: cn=Dynamic List of Members,ou=Dynamic Lists,dc=example,dc=com
76
153
objectClass: groupOfURLs