This is an automated email from the ASF dual-hosted git repository. bzp2010 pushed a commit to branch feat-ldap-advanced in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 3b3369dab4c01a5c228aaac27e23c972f4037495 Author: Zeping Bai <[email protected]> AuthorDate: Tue Mar 7 16:03:39 2023 +0800 chore: add license --- ci/pod/openldap/memberof.ldif | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ci/pod/openldap/memberof.ldif b/ci/pod/openldap/memberof.ldif index 00ac88a87..2d40a354b 100644 --- a/ci/pod/openldap/memberof.ldif +++ b/ci/pod/openldap/memberof.ldif @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + dn: cn=module,cn=config cn: module objectClass: olcModuleList @@ -16,4 +33,4 @@ objectClass: olcOverlayConfig objectClass: olcRefintConfig objectClass: top olcOverlay: refint -olcRefintAttribute: memberof member manager owner \ No newline at end of file +olcRefintAttribute: memberof member manager owner
