]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/passwd/README
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / contrib / slapd-modules / passwd / README
index c9ef3bf7effb2f02afa83f8b252a6a94f5752805..8f8ef2282500fcd315e3843159ca8e8480c09c8c 100644 (file)
@@ -30,12 +30,12 @@ file can be appended in the form
 
 moduleload pw-radius.so config="/etc/radius.conf"
 
 
 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
 
 
 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:
 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
 
 
 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:
 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 <http://www.openldap.org/>.
 
 ---
 This work is part of OpenLDAP Software <http://www.openldap.org/>.
 
-Copyright 2004-2011 The OpenLDAP Foundation.
+Copyright 2004-2012 The OpenLDAP Foundation.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without