Print this page
750 Add the LOGIN authenticator to libsasl
Reviewed by: Albert Lee <trisk@opensolaris.org>
Reviewed by: Roland Mainz <roland.mainz@nrubsig.org>
*** 20,32 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
include ../Makefile.lib
HDRS= sasl.h saslplug.h saslutil.h prop.h
HDRDIR= include
--- 20,31 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
#
include ../Makefile.lib
HDRS= sasl.h saslplug.h saslutil.h prop.h
HDRDIR= include
*** 47,56 ****
--- 46,56 ----
lib/external.c lib/server.c lib/seterror.c \
plugin/plugin_common.c \
$(SRC)/lib/sasl_plugins/cram/cram.c \
$(SRC)/lib/sasl_plugins/digestmd5/digestmd5.c \
$(SRC)/lib/sasl_plugins/gssapi/gssapi.c \
+ $(SRC)/lib/sasl_plugins/login/login.c \
$(SRC)/lib/sasl_plugins/plain/plain.c
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)