cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

943ff78 Ticket 47568 - Rename DSAdmin class

13 files Authored by tbordaz 6 years ago, Committed by William Brown 6 years ago,
    Ticket 47568 - Rename DSAdmin class
    
    Bug Description:
    	This bug is to rename DSAdmin main class with an other name: DirSrv
    	This change impact the lib389 as well as the tests.
    
    Fix Description:
            - Rename
                    directory: 'dsadmin' -> 'lib389'
                    class    : 'DSAdmin' -> 'DirSrv'
                    object   : 'dsadmin' -> 'dirsrv'
            - Add Index class, with method to delete indexes of a backend
              (for backend deletion)
            - Add 'delete' method in class backend
            - To run as regular user (/usr/bin/sudo, select ports > 1024)
            - Replace addbackend_harn per add backend+suffix
    	- Fix various unit tests (almost all of them are pass)
    	- Use local variable naming convention: camel_case
    
    https://fedorahosted.org/389/ticket/47568
    
    Reviewed by: Rich Megginson, Roberto (thanks you both for the review)
    
    Platforms tested: F17
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+19 -18
file modified
+62 -15
file modified
+22 -22
file modified
+5 -5
file modified
+1 -1
file modified
+13 -11