readme

来自「ldap服务器源码」· 代码 · 共 23 行

TXT
23
字号
Copyright 2003-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 a SLAPI plugin, addrdnvalues, which will add toan entry any attribute values that appear in the entry's RDN but not inthe entry. This is necessary for compliance with some "broken" clients.To use the plugin, add:plugin preoperation libaddrdnvalues-plugin.so addrdnvalues_preop_initto your slapd configuration file.No Makefile is provided. Use a command line similar to:gcc -shared -I../../../include -Wall -g -o libaddrdnvalues-plugin.so addrdnvalues.cto compile this plugin.

⌨️ 快捷键说明

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