Author Archives: Christian Krog Madsen

Suppressing Trivial FindBugs Warnings for Android Projects

FindBugs is an extremely useful static analysis tool for Java code that will flag many subtle bugs and point out bad practice. However, when using FindBugs with Android projects, it will complain about the name of the auto-generated Android resource … Continue reading

Posted in Android | Tagged , | 3 Comments

Searching Active Directory root with Apache’s mod_authnz_ldap

While setting up an Apache server for authenticating users accessing a Subversion repository using mod_authnz_ldap, I came across a problem previously reported by phiroc on the users@httpd mailing list: Hi, when I use the following AuthLDAPURL “ldap://adserver/ou=city1,dc=abc,dc=com?sAMAccountName?sub?(&(objectClass=user)(!(objectClass=computer)))” NONE I can … Continue reading

Posted in Configuration | Leave a comment