⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 ldap服务器源码
💻
字号:
Copyright 2005-2007 The OpenLDAP Foundation. All rights reserved.Redistribution and use in source and binary forms, with or withoutmodification, are permitted only as authorized by the OpenLDAPPublic License.This directory contains native slapd plugins that implement access rules.posixgroup.c contains a simple example that implements access controlbased on posixGroup membership, loosely inspired by ITS#3849.  It shouldbe made clear that this access control policy does not reflect anystandard track model of handling access control, and should be essentially viewed as an illustration of the use of the dynamic extension of access control within slapd.To use the acl-posixgroup plugin, add:moduleload acl-posixgroup.soto your slapd configuration file; it requires "nis.schema" to be loaded.It is configured usingaccess to <what>	by dynacl/posixGroup[.{exact,expand}]=<dnpat> {<level>|<priv(s)}The default is "exact"; in case of "expand", "<dnpat>" results fromthe expansion of submatches in the "<what>" portion.  "<level>|<priv(s)>"describe the level of privilege this rule can assume.No Makefile is provided. Use a command line similar to:gcc -shared -I../../../include -I../../../servers/slapd -Wall -g \	-o acl-posixgroup.so posixgroup.cto compile the posixGroup ACL plugin.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -