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>

*** 19,38 **** # CDDL HEADER END # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # ident "%Z%%M% %I% %E% SMI" - # # Note, to build SASL msg file go to $SRC/lib/libsasl and make _msg # target there. Messages in sasl_plugins will be picked up from there. include ../Makefile.lib ! SUBDIRS = cram digestmd5 gssapi plain all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install --- 19,37 ---- # CDDL HEADER END # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. + # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # # Note, to build SASL msg file go to $SRC/lib/libsasl and make _msg # target there. Messages in sasl_plugins will be picked up from there. include ../Makefile.lib ! SUBDIRS = cram digestmd5 gssapi plain login all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install