Add gpo list function for listing applicable GPO's for users/machines.
authorWilco Baan Hofman <wilco@baanhofman.nl>
Fri, 23 Apr 2010 07:32:01 +0000 (09:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 20 Jun 2010 15:19:10 +0000 (17:19 +0200)
commit08a7bb4abc6e59bc109ac38c164ad3f0b63b2439
treefaf9dffc4b33f260ddda7a3c5329bfb8a89a64a6
parent6478a1edb70a60cfd318292478781a665b022887
Add gpo list function for listing applicable GPO's for users/machines.

Implements:
 * Hierarchical listing through all parent containers
 * security ACL checking on the GPO
 * User/computer disabled flags on the GPO
 * gPLink disabled
 * gPLink enforced
 * Block inheritance on the container

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
source4/libgpo/gpo.h
source4/libgpo/gpo_ldap.c
source4/utils/net/net_gpo.c