X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fslapd-modules%2Fpasswd%2FREADME;h=8f8ef2282500fcd315e3843159ca8e8480c09c8c;hb=2d731f88767860dbb3c8bd20583e60900461fc94;hp=c9ef3bf7effb2f02afa83f8b252a6a94f5752805;hpb=2dd578221b3dbaf7ba2308b63c3cc46154323cae;p=openldap diff --git a/contrib/slapd-modules/passwd/README b/contrib/slapd-modules/passwd/README index c9ef3bf7ef..0861c452a4 100644 --- a/contrib/slapd-modules/passwd/README +++ b/contrib/slapd-modules/passwd/README @@ -30,12 +30,12 @@ file can be appended in the form moduleload pw-radius.so config="/etc/radius.conf" -No Makefile is provided. Use a command line similar to: +Use Makefile to compile this plugin or use a command line similar to: gcc -shared -I../../../include -Wall -g -DHAVE_KRB5 -o pw-kerberos.so kerberos.c -to compile the Kerberos plugin. Replace HAVE_KRB5 with HAVE_KRB4 if you want -to use Kerberos IV. If your Kerberos header files are not in the C compiler's +Replace HAVE_KRB5 with HAVE_KRB4 if you want to use Kerberos IV. +If your Kerberos header files are not in the C compiler's default path, you will need to add a "-I" directive for that as well. The corresponding command for the Netscape plugin would be: @@ -46,7 +46,7 @@ The corresponding command for the RADIUS plugin would be: gcc -shared -I../../../include -Wall -g -o pw-radius.so radius.c -lradius -(Actually, you might want to statically link the RADIUS client library +(Actually, you might want to statically link the RADIUS client library libradius.a into the module). The corresponding command for the APR1 plugin would be: @@ -56,7 +56,7 @@ gcc -shared -I../../../include -Wall -g -o pw-apr1.so apr1.c --- This work is part of OpenLDAP Software . -Copyright 2004-2011 The OpenLDAP Foundation. +Copyright 2004-2014 The OpenLDAP Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without