readme
来自「ldap服务器源码」· 代码 · 共 35 行
TXT
35 行
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 native slapd plugins for password mechanisms thatare not actively supported by the project. Currently this includes theKerberos and Netscape MTA-MD5 password mechanisms.To use the Kerberos plugin, add:moduleload pw-kerberos.soto your slapd configuration file.To use the Netscape plugin, add:moduleload pw-netscape.soto your slapd configuration file.No Makefile is provided. Use a command line similar to:gcc -shared -I../../../include -Wall -g -DHAVE_KRB5 -o pw-kerberos.so kerberos.cto compile the Kerberos plugin. Replace HAVE_KRB5 with HAVE_KRB4 if you wantto use Kerberos IV. If your Kerberos header files are not in the C compiler'sdefault path, you will need to add a "-I" directive for that as well.The corresponding command for the Netscape plugin would be:gcc -shared -I../../../include -Wall -g -o pw-netscape.so netscape.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?