|
Lines 27-32
Link Here
|
| 27 |
|
27 |
|
| 28 |
if baseConfig.has_key('ldap/database/bdb/db_config_options') and baseConfig['ldap/database/bdb/db_config_options']: |
28 |
if baseConfig.has_key('ldap/database/bdb/db_config_options') and baseConfig['ldap/database/bdb/db_config_options']: |
| 29 |
for option in baseConfig['ldap/database/bdb/db_config_options'].split(','): |
29 |
for option in baseConfig['ldap/database/bdb/db_config_options'].split(','): |
|
|
30 |
option = option.strip() |
| 30 |
if baseConfig.has_key('ldap/database/bdb/%s'%option) and baseConfig['ldap/database/bdb/%s'%option]: |
31 |
if baseConfig.has_key('ldap/database/bdb/%s'%option) and baseConfig['ldap/database/bdb/%s'%option]: |
| 31 |
print '%s %s'%(option,baseConfig['ldap/database/bdb/%s'%option]) |
32 |
print '%s %s'%(option,baseConfig['ldap/database/bdb/%s'%option]) |
| 32 |
@!@ |
33 |
@!@ |