blob: c0b1ab651fc581fbfc6896789151d828909d6aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
version 3.0;
acl aclgrp0;
allow (read, write, execute) (group = marketing or group!="Directory Administrators");
|