dyngroup.schema
来自「ldap服务器源码」· SCHEMA 代码 · 共 45 行
SCHEMA
45 行
# dyngroup.schema -- Dynamic Group schema# $OpenLDAP: pkg/ldap/servers/slapd/schema/dyngroup.schema,v 1.3.2.3 2007/01/02 21:44:09 kurt Exp $## This work is part of OpenLDAP Software <http://www.openldap.org/>.#### Copyright 1998-2007 The OpenLDAP Foundation.## All rights reserved.#### Redistribution and use in source and binary forms, with or without## modification, are permitted only as authorized by the OpenLDAP## Public License.#### A copy of this license is available in the file LICENSE in the## top-level directory of the distribution or, alternatively, at## <http://www.OpenLDAP.org/license.html>.## Dynamic Group schema (experimental), as defined by Netscape. See# http://enterprise.netscape.com/docs/enterprise/60/admin/esusrgrp.htm#1019520# for details.## depends upon:# core.schema## These definitions are considered experimental due to the lack of# a formal specification (e.g., RFC).## Not recommended for production use! Use with caution!objectIdentifier NetscapeRoot 2.16.840.1.113730objectIdentifier NetscapeLDAP NetscapeRoot:3objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2attributetype ( NetscapeLDAPattributeType:198 NAME 'memberURL' DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.' SUP labeledURI )objectClass ( NetscapeLDAPobjectClass:33 NAME 'groupOfURLs' SUP top STRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?