readme

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

TXT
26
字号
Copyright 2004-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 native slapd plugin, dsaschema, that permits theloading of DSA-specific schema from configuration files (including operationalattributes).To use the plugin, add:moduleload libdsaschema-plugin.so	/etc/openldap/schema/foo1.schema	...etc...	/etc/openldap/schema/fooN.schemato your slapd configuration file.No Makefile is provided. Use a command line similar to:gcc -shared -I../../../include -Wall -g -o libdsaschema-plugin.so dsaschema.cto compile this plugin.

⌨️ 快捷键说明

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