-
bgrotan committed revision 839 to the Luma SVN repository, changing 2 files.
2009-09-29 18:24:13 UTC by bgrotan
-
bgrotan committed revision 838 to the Luma SVN repository, changing 3 files.
2009-09-29 18:22:59 UTC by bgrotan
-
bgrotan committed revision 837 to the Luma SVN repository, changing 1 files.
2009-09-29 18:15:59 UTC by bgrotan
-
OS : Ubuntu
Luma version : 2.3
When using Search plugin and making a search with a filter like "(&(someattribute=value)(otherattribute=*))", I obtain this message
11:29:28 Received 39 item(s) from LDAP search operation. ====> which is the right number of entries I expected
11:29:28 An unhandled exception occured. This is most likely a bug
in...
2009-09-24 12:03:12 UTC by mulhollanddenis
-
Sorry for the formatting, i thought i could edit my post after submitting ... the 2 added lines on 4 positions are "else: ...DEREF_NEVER)", see attachment.
2009-06-09 18:32:02 UTC by hgerloni
-
Hi,
when "deref always" is set in /etc/ldap/ldap.conf Luma always dereferences aliases, regardless of the setting in the server configuration dialog. Adding the following 4 x 2 lines should cure this:
ldap3:~# diff -up /usr/lib/luma/base/backend/ObjectClassAttributeInfo.py /usr/lib/luma/base/backend/ObjectClassAttributeInfo.py.orig
---...
2009-06-09 18:15:26 UTC by hgerloni
-
Should probably be
self.ldapServerObject.simple_bind_s(whoVal.encode('utf-8'), credValwhoVal.encode('utf-8'))
to avoid the following exception:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
File "/usr/src/michael/luma-2.4/lib/luma/base/backend/LumaConnection.py", line 565, in...
2009-02-07 15:52:12 UTC by stroeder
-
I just discovered ape's fix as I was about to report my proposed change. I think mine is a bit cleaner.
diff -u -r1.1 -r1.2
--- SmartDataObject.py 2008/12/14 21:54:53 1.1
+++ SmartDataObject.py 2008/12/14 21:59:06 1.2
@@ -181,7 +181,7 @@
if None == x:
tmpList.append(None)
else:
-...
2008-12-14 22:15:03 UTC by nobody
-
At
https://bugs.edge.launchpad.net/bugs/297148
Sergio Tosti reported
"When calculates MD4 hashes for samba passwords Luma returnes always lmhash instead of nthash, The attached patch resolves the problem."
Please review the patch, it looks sensible to me.
http://launchpadlibrarian.net/19590144/luma_2.3-1.1ubuntu1.debdiff
Thanks,
James.
2008-11-18 14:22:36 UTC by nobody
-
Retrieving information from an Active Directory causes problems.
Luma 2.3 (problem also persists in version 2.4) complains:
File "/usr/lib/luma/base/utils/gui/BrowserWidget.py", line 149, in itemClicked
self.emit(PYSIGNAL("ldap_result"), (deepcopy(result),))
File "/usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py", line 136, in initView
self.displayValues()
File...
2008-11-07 23:38:05 UTC by ape