Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37740787
en ru br
ALT Linux repos
S:0.72.0-alt1
5.0: 0.61.0-alt1
4.1: 0.60.2-alt1
4.0: 0.59.1-alt1.0
3.0: 0.56-alt1

Group :: System/Libraries
RPM: courier-authlib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: courier-authlib-0.61.0-alt-config.patch
Download


--- courier-authlib-0.61.0/authdaemonrc.in.p2	2005-10-05 11:07:32 +1100
+++ courier-authlib-0.61.0/authdaemonrc.in	2008-09-06 12:52:03 +1100
@@ -85,12 +85,16 @@ DEBUG_LOGIN=0
 
 DEFAULTOPTIONS=""
 
+# uid/gid for courier-authdaemon
+COURIER_UID="courier"
+COURIER_GID="courier"
+
 ##NAME: LOGGEROPTS:0
 #
 # courierlogger(1) options, e.g. to set syslog facility
 #
 
-LOGGEROPTS=""
+LOGGEROPTS="-facility=authpriv"
 
 ##NAME: LDAP_TLS_OPTIONS:0
 #
--- courier-authlib-0.61.0/authldaprc.p2	2005-10-05 11:07:32 +1100
+++ courier-authlib-0.61.0/authldaprc	2008-09-06 12:52:03 +1100
@@ -40,14 +40,14 @@ LDAP_PROTOCOL_VERSION	3
 #
 # Look for authentication here:
 
-LDAP_BASEDN		o=example, c=com
+LDAP_BASEDN		o=example,c=com
 
 ##NAME: LDAP_BINDDN:0
 #
 # You may or may not need to specify the following.  Because you've got
 # a password here, authldaprc should not be world-readable!!!
 
-LDAP_BINDDN		cn=administrator, o=example, c=com
+LDAP_BINDDN		cn=administrator,o=example,c=com
 LDAP_BINDPW		toto
 
 ##NAME: LDAP_TIMEOUT:0
@@ -65,7 +65,7 @@ LDAP_TIMEOUT		5
 # Additionally, if LDAP_AUTHBIND is 1 then password changes are done under
 # the credentials of the user themselves, not LDAP_BINDDN/BINDPW
 #
-# LDAP_AUTHBIND		1
+LDAP_AUTHBIND		0
 
 ##NAME: LDAP_MAIL:0
 #
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin