mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

3bb3f65 Issue 22 - Specify a basedn parameter for IDM modules

9 files Authored by spichugi 6 years ago, Committed by William Brown 6 years ago,
    Issue 22 - Specify a basedn parameter for IDM modules
    
    Description: We need a way to create our IDM users and groups in a
    custom suffix. Now it is hard coded to 'ou=people' for users,
    'ou=groups' for groups, etc.
    
    Also, it is important to do not break current functionality.
    CLI IDM depends on it. The parameter should remain optional,
    with a default set to 'ou=people' for users, 'ou=groups' for groups, etc.
    
    Also, fix test module names, so they can be successfully
    discovered by pytest.
    
    https://pagure.io/lib389/issue/22
    
    Reviewed by: wibrown (Thanks!)
    
        
src/lib389/lib389/tests/cli/adm_instance_test.py src/lib389/lib389/tests/cli/adm_instance.py
file renamed
file was renamed with no change to the file
src/lib389/lib389/tests/cli/conf_backend_test.py src/lib389/lib389/tests/cli/conf_backend.py
file renamed
file was renamed with no change to the file
src/lib389/lib389/tests/cli/conf_plugin_test.py src/lib389/lib389/tests/cli/conf_plugin.py
file renamed
file was renamed with no change to the file
src/lib389/lib389/tests/idm/services_test.py src/lib389/lib389/tests/idm/services.py
file renamed
file was renamed with no change to the file
src/lib389/lib389/tests/idm/user_and_group_test.py src/lib389/lib389/tests/idm/users_and_groups.py
file renamed
file was renamed with no change to the file