Beispiel #1
0
def remove(ctx, **args):
    """remove a netgroup"""
    netgroup = Netgroup(cn)
    if netgroup.exists:
        netgroup.remove()