PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-12-18 Thread Johanna Bromberg Craig
Hey, I know that Brad said he's been slammed at day job work and as such has not been able to find time to review my most recent changes to my patch, but I'm just sending out my weekly nudge as I'm also under pressure at work to get this done. :) Thanks, Johanna

PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-12-11 Thread Johanna Bromberg Craig
Hey, I've addressed the last rounds of comments to my patch to mod_authnz_ldap. I haven't heard anything for a week, so I'm wondering, can someone please review these changes? Thanks, Johanna

PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-12-04 Thread Johanna Bromberg Craig
Hi, I've addressed the feedback I received on my patch from Brad Nicholes as follows: I've reviewed all instances of util_ldap_compare() and util_ldap_cache_comparedn() to confirm that each is protected from cases where req-dn might be NULL or '\0'. I've addressed the differences

PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-11-07 Thread Johanna Bromberg Craig
Hi, I've addressed the feedback I received on my patch from Brad Nicholes as follows: I've restored AuthLDAPGroupAttribute to its former syntax and added a new directive, AuthLDAPGroupAttributeDN, whose attribute type is taken to be dn regardless of the value of

PATCH #40075 - using ldap groups that contain DNs and usernames for AuthZ

2006-07-19 Thread johanna bromberg craig
I'm a web developer at the University of Michigan and one of the authors of cosign ( http://weblogin.org ) which we use for (web) authentication. As to authorization, we've been tweaking and tuning mod_authz_ldap ( http://authzldap.othello.ch/ ) but we're really not happy with the code base.