[csw-devel] SF.net SVN: gar:[21460] csw/mgar/pkg/sasl/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Mon Jul 8 21:06:02 CEST 2013
Revision: 21460
http://gar.svn.sourceforge.net/gar/?rev=21460&view=rev
Author: chninkel
Date: 2013-07-08 19:05:54 +0000 (Mon, 08 Jul 2013)
Log Message:
-----------
sasl/trunk: added info about sasl group in README.CSW
Modified Paths:
--------------
csw/mgar/pkg/sasl/trunk/Makefile
csw/mgar/pkg/sasl/trunk/files/changelog.CSW
Added Paths:
-----------
csw/mgar/pkg/sasl/trunk/files/README.CSW.sasl
csw/mgar/pkg/sasl/trunk/files/README.CSW.saslauthd
Removed Paths:
-------------
csw/mgar/pkg/sasl/trunk/files/README.saslauthd
Modified: csw/mgar/pkg/sasl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sasl/trunk/Makefile 2013-07-08 17:36:28 UTC (rev 21459)
+++ csw/mgar/pkg/sasl/trunk/Makefile 2013-07-08 19:05:54 UTC (rev 21460)
@@ -267,13 +267,13 @@
install-doc:
mkdir -p $(DESTDIR)$(docdir)/sasl
- cp $(WORKDIR)/README.sasl $(DESTDIR)$(docdir)/sasl/README.CSW
+ cp $(WORKDIR)/README.CSW.sasl $(DESTDIR)$(docdir)/sasl/README.CSW
list='$(DOC_FILES)'; for file in $$list; do \
$(SED_USR_LOCAL) $(WORKSRC)/doc/$$file > $(DESTDIR)$(docdir)/sasl/$$file; \
done
mkdir -p $(DESTDIR)$(docdir)/saslauthd
$(SED_USR_LOCAL) $(WORKSRC)/saslauthd/LDAP_SASLAUTHD > $(DESTDIR)$(docdir)/saslauthd/LDAP_SASLAUTHD
- cp $(WORKDIR)/README.saslauthd $(DESTDIR)$(docdir)/saslauthd/README.CSW
+ cp $(WORKDIR)/README.CSW.saslauthd $(DESTDIR)$(docdir)/saslauthd/README.CSW
fix-path-manpages:
for f in $(DESTDIR)$(mandir)/*/*.? ; do \
Copied: csw/mgar/pkg/sasl/trunk/files/README.CSW.sasl (from rev 20971, csw/mgar/pkg/sasl/trunk/files/README.sasl)
===================================================================
--- csw/mgar/pkg/sasl/trunk/files/README.CSW.sasl (rev 0)
+++ csw/mgar/pkg/sasl/trunk/files/README.CSW.sasl 2013-07-08 19:05:54 UTC (rev 21460)
@@ -0,0 +1,12 @@
+sasl README
+-----------
+
+ * The location of `sasldb2' has been moved from /opt/csw/etc to
+ /etc/opt/csw.
+
+ * SASL application configuration files (e.g. Sendmail.conf) go into
+ /opt/csw/lib/sasl2 or /opt/csw/lib/64/sasl2 for 64-bit binaries.
+
+ * CSWsasl creates a group 'sasl'. Any process which is not running as root,
+ must belong to this group to perform authentication against SASLdb or via saslauthd.
+
Copied: csw/mgar/pkg/sasl/trunk/files/README.CSW.saslauthd (from rev 20971, csw/mgar/pkg/sasl/trunk/files/README.saslauthd)
===================================================================
--- csw/mgar/pkg/sasl/trunk/files/README.CSW.saslauthd (rev 0)
+++ csw/mgar/pkg/sasl/trunk/files/README.CSW.saslauthd 2013-07-08 19:05:54 UTC (rev 21460)
@@ -0,0 +1,21 @@
+saslauthd README
+----------------
+
+The configuration file for the saslauthd startup script is
+
+ /etc/opt/csw/saslauthd.init
+
+Please note, that prior starting the saslauthd daemon, you have to set
+a mechanism this file, or the saslauthd daemon won't start.
+
+The Configuration file for saslauthd daemon is located in
+
+ /etc/opt/csw/saslauthd.conf
+
+You may change this by ajdusting /etc/opt/csw/saslauth.init. Details
+concerning /etc/opt/csw/saslauthd.conf can be found in
+/opt/csw/share/doc/saslauthd/LDAP_SASLAUTHD
+
+If you experience memory leak with PAM mechanism, then try to disable
+worker processes with -n 0. It may affect performance, because
+saslauthd will spawn a new process for each authentication.
Deleted: csw/mgar/pkg/sasl/trunk/files/README.saslauthd
===================================================================
--- csw/mgar/pkg/sasl/trunk/files/README.saslauthd 2013-07-08 17:36:28 UTC (rev 21459)
+++ csw/mgar/pkg/sasl/trunk/files/README.saslauthd 2013-07-08 19:05:54 UTC (rev 21460)
@@ -1,21 +0,0 @@
-saslauthd README
-----------------
-
-The configuration file for the saslauthd startup script is
-
- /etc/opt/csw/saslauthd.init
-
-Please note, that prior starting the saslauthd daemon, you have to set
-a mechanism this file, or the saslauthd daemon won't start.
-
-The Configuration file for saslauthd daemon is located in
-
- /etc/opt/csw/saslauthd.conf
-
-You may change this by ajdusting /etc/opt/csw/saslauth.init. Details
-concerning /etc/opt/csw/saslauthd.conf can be found in
-/opt/csw/share/doc/saslauthd/LDAP_SASLAUTHD
-
-If you experience memory leak with PAM mechanism, then try to disable
-worker processes with -n 0. It may affect performance, because
-saslauthd will spawn a new process for each authentication.
Modified: csw/mgar/pkg/sasl/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/sasl/trunk/files/changelog.CSW 2013-07-08 17:36:28 UTC (rev 21459)
+++ csw/mgar/pkg/sasl/trunk/files/changelog.CSW 2013-07-08 19:05:54 UTC (rev 21460)
@@ -1,3 +1,10 @@
+sasl (2.1.25,REV=2013.07.08)
+
+ * Updated README.CSW for sasl package to add information about
+ sasl group.
+
+ -- Yann Rouillard <yann at opencsw.org> Mon, 08 Jul 2013 21:01:23 +0200
+
sasl (2.1.25,REV=2012.04.22)
* Fixed core dump when using gss (dmichelsen)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list