9a9f685 Fix nested group memberships

6 files Authored by simo 14 years ago, Committed by sgallagh 14 years ago,
    Fix nested group memberships
    
    Search the local db to find the local DN using the original DN as search key.
    This way we do not have to rely on weak and faulty heuristicts based on DN
    names.
    Add a few helper functions in the process and change the way we pass members to
    sysdb_store_group_send(), instead of passing users and groups list, just add
    member DNs to the other sysdb attrs.
    
        
file modified
+97 -0
file modified
+11 -2
file modified
+1 -64
file modified
+60 -11
file modified
+1 -1