We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dc9d1 commit 49dd66bCopy full SHA for 49dd66b
Tests/t_cext.py
@@ -174,6 +174,7 @@ def test_anon_rootdse_search(self):
174
self.assertEquals(result, _ldap.RES_SEARCH_RESULT)
175
self.assertEquals(pmsg[0][0], "") # rootDSE has no dn
176
self.assertEquals(msgid, m)
177
+ self.assertEquals(ctrls, [])
178
root_dse = pmsg[0][1]
179
self.assertTrue('objectClass' in root_dse)
180
self.assertTrue('OpenLDAProotDSE' in root_dse['objectClass'])
0 commit comments