MINGW-packages/mingw-w64-cyrus-sasl/04-manpage-paths.patch
مهدي شينون (Mehdi Chinoune) 16bdf15226 cyrus-sasl: update to 2.1.28
2023-01-14 22:36:40 +01:00

32 lines
1.2 KiB
Diff

--- a/saslauthd/LDAP_SASLAUTHD
+++ b/saslauthd/LDAP_SASLAUTHD
@@ -36,7 +36,7 @@ make install
2. START SASLAUTHD WITH LDAP
----------------------------
-Create /usr/local/etc/saslauthd.conf and add the following (modify to fit your
+Create /etc/saslauthd.conf and add the following (modify to fit your
environment):
ldap_servers: ldap://10.1.1.15/ ldap://10.1.1.25/
ldap_bind_dn: cn=operator,ou=Profile,o=foo.com
--- a/saslauthd/saslauthd.mdoc
+++ b/saslauthd/saslauthd.mdoc
@@ -245,7 +245,7 @@
.Em (All platforms that support OpenLDAP 2.0 or higher)
.Pp
Authenticate against an ldap server. The ldap configuration parameters are
-read from /usr/local/etc/saslauthd.conf. The location of this file can be
+read from /etc/saslauthd.conf. The location of this file can be
changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
distribution for the list of available parameters.
.It Li sia
@@ -278,7 +278,7 @@
.Bl -tag -width "/var/run/saslauthd/mux"
.It Pa /var/run/saslauthd/mux
The default communications socket.
-.It Pa /usr/local/etc/saslauthd.conf
+.It Pa /etc/saslauthd.conf
The default configuration file for ldap support.
.El
.Sh SEE ALSO