From: <joe...@he...> - 2003-08-06 13:14:27
|
Hello listmembers I hope this is the right mailing list for my problem. With python-ldap (1.9.999.pre13-1, Debian sid) I try to search for a value in my openldap server. Here is the search filter: '(&(&(objectclass=3DHeraeusWwwProxy)(uid=3D%s))(HeraeusItemPaidUp=3D*))' % (user,) What is the right value to replace the wildcard? I only want to find values where this item is true since HeraeusItemPaidUp is defined as a boolean value. TRUE, true, True, 1 and chr(1) failed. attributetype ( 1.3.6.1.4.1.10817.200.25 NAME 'HeraeusItemPaidUp' DESC 'Item has been paid' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) Regards J=F6rg --=20 Dipl.-Ing. J=F6rg Sch=FCtter - Email Joe...@he... Systemspezialist Internet, Sicherheit |