]> andersk Git - mod-vhost-ldap.git/commit
Use ap_walk_config to configure directives
authorGreg Brockman <gdb@mit.edu>
Thu, 26 Aug 2010 20:28:45 +0000 (20:28 +0000)
committerGreg Brockman <gdb@mit.edu>
Thu, 26 Aug 2010 20:28:45 +0000 (20:28 +0000)
commit75763bd6c68278b07d3be1888dd47c05af89b303
tree70a9faab19f2d24862fd476448b67e2fe0ecf542
parentcd7a8c4a7226481fdeb2c139e31b91c04afd4777
Use ap_walk_config to configure directives

The only expected change in behavior here is that directives
configured from LDAP are expected to now behave much more like ones
configured statically, since they now use the same code.  In practice,
this should not work out to a significant difference, but some
directives do seem to have a lot of code that
mod_vhost_ldap_translate_name didn't contain.  (I haven't investigated
this in-depth.)

I also removed logic to deal with r->uri[0] != '\0' && r->uri[0] !=
'/'.  I believe this is not actually relevant anymore, as the tranlate
hook no longer deals with translating to filenames itself, but I could
be mistaken.

git-svn-id: svn://scripts.mit.edu/trunk@1605 db9d59ff-b01e-0410-9b1a-cd9a8c06840f
mod_vhost_ldap.c
This page took 0.028671 seconds and 5 git commands to generate.